mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Add text based dblog module, for demonstration purposes or whatever
git-svn-id: https://kippo.googlecode.com/svn/trunk@238 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@ -159,3 +159,15 @@ interact_port = 5123
|
||||
#signal_command = kippo-events
|
||||
#signal_clientversion = kippo-events
|
||||
#debug=true
|
||||
|
||||
# Text based logging module
|
||||
#
|
||||
# While this is a database logging module, it actually just creates a simple
|
||||
# text based log. This may not have much purpose, if you're fine with the
|
||||
# default text based logs generated by kippo in log/
|
||||
#
|
||||
# To enable this module, remove the comments below, including the
|
||||
# [database_textlog] line.
|
||||
|
||||
#[database_textlog]
|
||||
#logfile = kippo-textlog.log
|
||||
|
||||
Reference in New Issue
Block a user