From 21d9b7f0c2bb49e423350b3b692809c84ffc42e4 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 5 Feb 2019 14:52:12 +0400 Subject: [PATCH] unset STDOUT default (#1011) --- bin/cowrie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cowrie b/bin/cowrie index 67531c16..7e61aa3d 100755 --- a/bin/cowrie +++ b/bin/cowrie @@ -10,7 +10,7 @@ AUTHBIND_ENABLED=no DAEMONIZE="" # Log to stdout instead of a separate file (same behaviour as Docker) -STDOUT="yes" +# STDOUT="no" ################################################################################ ## don't modify below here ##