mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
change default log level to INFO
This commit is contained in:
parent
b1b87a6c5a
commit
507a1936e0
@ -14,5 +14,7 @@
|
|||||||
WARNING = 2
|
WARNING = 2
|
||||||
ERROR = 3
|
ERROR = 3
|
||||||
CRITICAL = 4
|
CRITICAL = 4
|
||||||
|
|
||||||
|
default to INFO
|
||||||
*/
|
*/
|
||||||
#define CROW_LOG_LEVEL 0
|
#define CROW_LOG_LEVEL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user