mirror of https://github.com/cowrie/cowrie.git
Add some more documentation how to init database
This commit is contained in:
parent
fec5306d3b
commit
f02c567436
|
@ -322,7 +322,9 @@ logfile = log/cowrie.json
|
||||||
|
|
||||||
# SQLite3 logging module
|
# SQLite3 logging module
|
||||||
#
|
#
|
||||||
# Logging to SQLite3 database
|
# Logging to SQLite3 database. To init the database, use the script
|
||||||
|
# doc/sql/sqlite3.sql:
|
||||||
|
# sqlite3 <db_file> < doc/sql/sqlite3.sql
|
||||||
#
|
#
|
||||||
# [output_sqlite]
|
# [output_sqlite]
|
||||||
# db_file = cowrie.db
|
# db_file = cowrie.db
|
||||||
|
|
Loading…
Reference in New Issue