Skip to content

Commit

Permalink
Initialize logging in uenv entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jul 25, 2024
1 parent 76b4a8e commit 1192202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/uenv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ int main(int argc, char** argv) {

CLI11_PARSE(cli, argc, argv);

uenv::init_logging();

spdlog::debug("{}", settings);

switch (settings.mode) {
Expand Down

0 comments on commit 1192202

Please sign in to comment.