diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 16:09:21 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 16:09:21 +0100 |
commit | 2153593f3a684a6b771c98a8e0c385b50a1e8886 (patch) | |
tree | 5c655dd7fe7cb4dd5c361c075af2f8993c425402 /src/crepe/api/Config.h | |
parent | 68c6e53f195677a3f91deb1526275fd38e00341d (diff) |
implemented feedback
Diffstat (limited to 'src/crepe/api/Config.h')
-rw-r--r-- | src/crepe/api/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index 73c9a4e..6472270 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -26,7 +26,7 @@ struct Config final { * * Only messages with equal or higher priority than this value will be logged. */ - Log::Level level = Log::Level::TRACE; + Log::Level level = Log::Level::INFO; /** * \brief Colored log output * |