Skip to content

Commit 2986e2d

Browse files
committed
Fix verbose setting default.
1 parent 32ec5fc commit 2986e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/bn.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maximum_archive_files = 0
1818
# The address of the statistics collection server, defaults to none.
1919
statistics_server = 0.0.0.0:0
2020
# Enable verbose logging, defaults to false.
21-
verbose = true
21+
verbose = false
2222

2323
[network]
2424
# The minimum number of threads in the network threadpool, defaults to 0 (physical cores).

0 commit comments

Comments
 (0)