mirror of https://github.com/digint/btrbk
btrbk.conf.example: add timestamp_format
parent
f1a92e4141
commit
ff9e4b5b5f
|
@ -17,6 +17,9 @@
|
||||||
# Enable transaction log
|
# Enable transaction log
|
||||||
transaction_log /var/log/btrbk.log
|
transaction_log /var/log/btrbk.log
|
||||||
|
|
||||||
|
# Use long timestamp format (includes hour/minute)
|
||||||
|
timestamp_format long
|
||||||
|
|
||||||
# Enable stream buffer. Adding a buffer between the sending and
|
# Enable stream buffer. Adding a buffer between the sending and
|
||||||
# receiving side is generally a good idea.
|
# receiving side is generally a good idea.
|
||||||
# NOTE: If enabled, make sure to install the "mbuffer" package!
|
# NOTE: If enabled, make sure to install the "mbuffer" package!
|
||||||
|
|
Loading…
Reference in New Issue