disable crash reporter by default (#1299)

This commit is contained in:
Michel Oosterhof 2020-02-07 15:58:32 +00:00 committed by GitHub
parent 7148580ca6
commit 8b6df7e255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -961,5 +961,5 @@ topic = cowrie
# The crashreporter sends data on Python exceptions to api.cowrie.org
# To disable set `enabled = false` in cowrie.cfg
[output_crashreporter]
enabled = true
enabled = false
debug = false