tinyirc: Put log files in /tmp/
If this is not specified it just writes all those to the home directory.
This commit is contained in:
parent
24444c8eef
commit
882b4bcc65
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ defaults:
|
|||
tls: false
|
||||
|
||||
# Where to put log files
|
||||
log_dir: '{}'
|
||||
log_dir: '/tmp/'
|
||||
|
||||
# (Optional) Limits the maximum number of messages stored for each UI tab. Defaults to unlimited.
|
||||
# scrollback: 512
|
||||
|
|
Loading…
Reference in a new issue