You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-05-27 16:48:49.502876 hello there [0x00000f29] [DEBG] {0x00007f687446c740} void Everest::Logging::init(const string&, std::string) :: Logger initialized (using logging.ini)...
2024-05-27 16:48:49.503087 hello there [0x00000f29] [DEBG] {0x00007f687446c740} int main(int, char**) :: logging_config was set to logging.ini
2024-05-27 16:48:49.503151 hello there [0x00000f29] [DEBG] {0x00007f687446c740} int main(int, char**) :: This is a DEBUG message.
2024-05-27 16:48:49.503180 hello there [0x00000f29] [INFO] {0x00007f687446c740} :: This is a INFO message.
2024-05-27 16:48:49.503205 hello there [0x00000f29] [WARN] {0x00007f687446c740} int main(int, char**) :: This is a WARNING message.
2024-05-27 16:48:49.503230 hello there [0x00000f29] [ERRO] {0x00007f687446c740} int main(int, char**) :: This is a ERROR message.
2024-05-27 16:48:49.503254 hello there [0x00000f29] [CRIT] {0x00007f687446c740} int main(int, char**) :: This is a CRITICAL message.
I noticed that even though I set the logs to different levels, they always are shown at the info levels. For instance:
prints out as
The text was updated successfully, but these errors were encountered: