bitcoind: don't log timestamps
Timestamps are already logged via journald.
This commit is contained in:
parent
6f8b4d9ebe
commit
98f419233f
@ -282,6 +282,7 @@ let
|
|||||||
configFile = builtins.toFile "bitcoin.conf" ''
|
configFile = builtins.toFile "bitcoin.conf" ''
|
||||||
# We're already logging via journald
|
# We're already logging via journald
|
||||||
nodebuglogfile=1
|
nodebuglogfile=1
|
||||||
|
logtimestamps=0
|
||||||
|
|
||||||
startupnotify=/run/current-system/systemd/bin/systemd-notify --ready
|
startupnotify=/run/current-system/systemd/bin/systemd-notify --ready
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user