File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ maximum_archive_size = 0
1717maximum_archive_files = 0
1818# The address of the statistics collection server, defaults to none.
1919statistics_server = 0.0.0.0:0
20+ # Enable verbose logging, defaults to false.
21+ verbose = true
2022
2123[network]
2224# The minimum number of threads in the network threadpool, defaults to 0 (physical cores).
Original file line number Diff line number Diff line change @@ -171,6 +171,11 @@ options_metadata parser::load_settings()
171171 value<config::authority>(&configured.network .statistics_server ),
172172 " The address of the statistics collection server, defaults to none."
173173 )
174+ (
175+ " log.verbose" ,
176+ value<bool >(&configured.network .verbose ),
177+ " Enable verbose logging, defaults to false."
178+ )
174179 /* [network] */
175180 (
176181 " network.threads" ,
You can’t perform that action at this time.
0 commit comments