diff --git a/webserv/log/Log.hpp b/webserv/log/Log.hpp index a46ab29..edc1017 100644 --- a/webserv/log/Log.hpp +++ b/webserv/log/Log.hpp @@ -49,7 +49,7 @@ class Log void log(Level level, const std::string &message, const std::map &context); - static constexpr Log::Level COMPILE_TIME_LOG_LEVEL = Log::Level::Debug; + static constexpr Log::Level COMPILE_TIME_LOG_LEVEL = Log::Level::Info; static void setFileChannel(const std::string &filename); static void setStdoutChannel();