put file logs in log directory by default, changelog update

This commit is contained in:
Michel Oosterhof 2014-11-04 10:37:38 +00:00
parent 43b915f68e
commit 818c5c16d4
2 changed files with 3 additions and 2 deletions

View File

@ -4,3 +4,4 @@
* stdin is saved as a file in dl/ when using exec commands
to support commands like 'cat >file; ./file'
* allow wget download over non-80 port
* simple JSON logging to kippo.json

View File

@ -209,9 +209,9 @@ interact_port = 5123
# [database_textlog] line.
#[database_textlog]
#logfile = kippo-textlog.log
#logfile = log/kippo-textlog.log
# JSON based logging module
#[database_jsonlog]
#logfile = kippolog.json
#logfile = log/kippolog.json