fixed order of debug & trace according to spec

This commit is contained in:
proddy
2020-06-13 15:46:49 +02:00
parent ee29a39140
commit 20ce017686
7 changed files with 8 additions and 8 deletions

View File

@@ -33,8 +33,8 @@ std::vector<Level> levels() {
Level::WARNING,
Level::NOTICE,
Level::INFO,
Level::DEBUG,
Level::TRACE,
Level::DEBUG, // switched by proddy
Level::ALL};
}