mirror of https://github.com/cowrie/cowrie.git
put file logs in log directory by default, changelog update
This commit is contained in:
parent
43b915f68e
commit
818c5c16d4
|
@ -4,3 +4,4 @@
|
||||||
* stdin is saved as a file in dl/ when using exec commands
|
* stdin is saved as a file in dl/ when using exec commands
|
||||||
to support commands like 'cat >file; ./file'
|
to support commands like 'cat >file; ./file'
|
||||||
* allow wget download over non-80 port
|
* allow wget download over non-80 port
|
||||||
|
* simple JSON logging to kippo.json
|
||||||
|
|
|
@ -209,9 +209,9 @@ interact_port = 5123
|
||||||
# [database_textlog] line.
|
# [database_textlog] line.
|
||||||
|
|
||||||
#[database_textlog]
|
#[database_textlog]
|
||||||
#logfile = kippo-textlog.log
|
#logfile = log/kippo-textlog.log
|
||||||
|
|
||||||
# JSON based logging module
|
# JSON based logging module
|
||||||
|
|
||||||
#[database_jsonlog]
|
#[database_jsonlog]
|
||||||
#logfile = kippolog.json
|
#logfile = log/kippolog.json
|
||||||
|
|
Loading…
Reference in New Issue