Skip to content

Commit cda3656

Browse files
authoredMay 15, 2021
fix(nsqd): fix log_level on nsqd.cfg (#14)
Use log_level instead of log-level. See: https://github.com/nsqio/nsq/blob/d0f7412f69a4b4ce6b13ff0dcd48cd42f616a67b/contrib/nsqd.cfg.example#L2
1 parent fb707fd commit cda3656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rootfs/opt/nsq/conf/nsqd.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## log verbosity level: debug, info, warn, error, or fatal
2-
log-level = "warn"
2+
log_level = "warn"
33
verbose = false
44

55
## path to store disk-backed messages

0 commit comments

Comments
 (0)
Please sign in to comment.