changed default log level

This commit is contained in:
Fufu Fang 2021-08-30 12:05:02 +01:00
parent 82c87d5120
commit 7542db7077
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ typedef enum {
/**
* \brief The default log level
*/
#define DEFAULT_LOG_LEVEL fatal | error | warning | info | debug | cache_lock_debug
#define DEFAULT_LOG_LEVEL fatal | error | warning | info | debug
/**
* \brief Get the log level from the environment.