This website works better with JavaScript.
Home
Explore
Help
Sign In
Alfred
/
sdr-wideband-suite
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
config: restore quiet default logging
refactor/stateful-streaming-extractor
Jan Svabenik
7 hours ago
parent
807ecf3b95
commit
e7e306318c
2 changed files
with
9 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-7
config.autosave.yaml
+5
-5
config.yaml
+ 4
- 7
config.autosave.yaml
View File
@@ -327,16 +327,13 @@ debug:
rotate_mb: 16
keep_files: 8
logging:
level: debug
categories:
- gap
- prefir
- boundary
rate_limit_ms: 100
level: error
categories: []
rate_limit_ms: 1000
stdout: true
stdout_color: true
file: logs/trace.log
file_level:
debug
file_level:
error
time_format: "15:04:05"
disable_time: false
web_addr: :8080
+ 5
- 5
config.yaml
View File
@@ -264,13 +264,13 @@ debug:
rotate_mb: 16
keep_files: 8
logging:
level:
debug
categories: [
gap, prefir, boundary
]
rate_limit_ms: 100
level:
error
categories: []
rate_limit_ms: 100
0
stdout: true
stdout_color: true
file:
logs/trace.log
file_level:
debug
file:
""
file_level:
error
time_format: "15:04:05"
disable_time: false
web_addr: :8080
Write
Preview
Loading…
Cancel
Save