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:
Sanchayan Maity 2020-11-19 11:08:11 +05:30
parent 24444c8eef
commit 882b4bcc65
1 changed files with 1 additions and 1 deletions

View File

@ -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