diff options
author | Sadie Powell <sadie@witchery.services> | 2021-12-23 22:08:36 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-12-23 22:08:36 +0000 |
commit | 002186c0167df82afbd07a2cffabcd803fcc0d85 (patch) | |
tree | b10169b8206af8611b8c37cbacdfd011e37c6bf4 /data | |
parent | 64f65b035e5c4eaa98d0bd916a1fb9331710789e (diff) |
Document log files having their creation date appended.
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 67d60e3b9..1c0d5a01f 100644 --- a/data/example.conf +++ b/data/example.conf @@ -660,6 +660,8 @@ log * - a channel name * - a filename * - globops + * + * If you specify a filename the current date in the format ".YYYYMMDD" will be appended to the path. */ target = "services.log" |