mirror of https://github.com/cowrie/cowrie.git
add localsyslog to cowrie.dist.cfg
This commit is contained in:
parent
821abdf934
commit
2bdc17837c
|
@ -228,6 +228,15 @@ interact_port = 5123
|
||||||
[output_jsonlog]
|
[output_jsonlog]
|
||||||
logfile = log/cowrie.json
|
logfile = log/cowrie.json
|
||||||
|
|
||||||
|
# Local Syslog output module
|
||||||
|
#
|
||||||
|
# This sends log messages to the local syslog daemon.
|
||||||
|
# Facility can be:
|
||||||
|
# KERN, USER, MAIL, DAEMON, AUTH, LPR, NEWS, UUCP, CRON, SYSLOG and LOCAL0 to LOCAL7.
|
||||||
|
#
|
||||||
|
# [output_localsyslog]
|
||||||
|
# facility = USER
|
||||||
|
|
||||||
#[database_hpfeeds]
|
#[database_hpfeeds]
|
||||||
#server = hpfeeds.mysite.org
|
#server = hpfeeds.mysite.org
|
||||||
#port = 10000
|
#port = 10000
|
||||||
|
|
Loading…
Reference in New Issue