aboutsummaryrefslogtreecommitdiffstats
path: root/include/crow/settings.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2017-09-18 02:58:53 +0900
committeripknHama <ipknhama@gmail.com>2017-09-18 02:58:53 +0900
commit2c26b6c1def35f7b509f699097fdfb9480e9461c (patch)
tree3c7097832e5380ed04e6dd5ae6f603059b62c1f9 /include/crow/settings.h
parente93ba25f2cd156a6544a3c9894cd667906146874 (diff)
downloadcrow-2c26b6c1def35f7b509f699097fdfb9480e9461c.tar.gz
crow-2c26b6c1def35f7b509f699097fdfb9480e9461c.zip
Change default settings
- disable crow debug mode by default - expose `loglevel` method on `App` to change the logging level easily - add a startup message that guides how to change the logging level
Diffstat (limited to 'include/crow/settings.h')
-rw-r--r--include/crow/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crow/settings.h b/include/crow/settings.h
index 5c67f3b..bd6259c 100644
--- a/include/crow/settings.h
+++ b/include/crow/settings.h
@@ -3,7 +3,7 @@
// TODO - replace with runtime config. libucl?
/* #ifdef - enables debug mode */
-#define CROW_ENABLE_DEBUG
+//#define CROW_ENABLE_DEBUG
/* #ifdef - enables logging */
#define CROW_ENABLE_LOGGING