mirror of https://github.com/cowrie/cowrie.git
disable crash reporter by default (#1299)
This commit is contained in:
parent
7148580ca6
commit
8b6df7e255
|
@ -961,5 +961,5 @@ topic = cowrie
|
||||||
# The crashreporter sends data on Python exceptions to api.cowrie.org
|
# The crashreporter sends data on Python exceptions to api.cowrie.org
|
||||||
# To disable set `enabled = false` in cowrie.cfg
|
# To disable set `enabled = false` in cowrie.cfg
|
||||||
[output_crashreporter]
|
[output_crashreporter]
|
||||||
enabled = true
|
enabled = false
|
||||||
debug = false
|
debug = false
|
||||||
|
|
Loading…
Reference in New Issue