summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-02 12:52:07 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-02 12:52:07 +0100
commit4998c97ad3f3f3f140a14f4bf675a9d1d000105e (patch)
treeccff3870aac87bbc947a583079c0c3d0403611a7
parent22a5d059b3ac365c6b944a941f5d63b4515d5861 (diff)
Turned on logging of raw data
-rw-r--r--bot_settings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_settings.sh b/bot_settings.sh
index 1c36f1c..6f9da90 100644
--- a/bot_settings.sh
+++ b/bot_settings.sh
@@ -132,7 +132,7 @@ config_feedback_unknown_commands=1
config_log_dir="logs"
# (*) Should we log raw data or not?
# Can be 1 (log) or 0 (don't log)
-config_log_raw=0
+config_log_raw=1
# (*) Should we always log to STDOUT as well?
# Note that this doesn't mean it will not log at all if set to 0.
# It will still log errors and other important log messages to STDOUT.