Commit 3d2b180c authored by Max Kellermann's avatar Max Kellermann

LogBackend: set default log level to "default"

This is the documented value, but for unknown reasons, "info" was really the default. This was never noticed because there are only very few "info" level messages.
parent f9879477
......@@ -61,7 +61,7 @@ ToAndroidLogLevel(LogLevel log_level) noexcept
#else
static LogLevel log_threshold = LogLevel::INFO;
static LogLevel log_threshold = LogLevel::DEFAULT;
static bool enable_timestamp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment