Skip to content

Commit

Permalink
~ Setting the log level to show the info logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Nov 26, 2023
1 parent 74516b0 commit a1558d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LottiePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ extern "C" {
fprintf(stderr, "log_file_roll_size_mb: %d\n", log_file_roll_size_mb);
fprintf(stdout, "Initializing logger (stdout)\n");
initialize(GuaranteedLogger(), std::string(log_dir_path), std::string(log_file_name), log_file_roll_size_mb);
set_log_level(LogLevel::INFO);
vDebug << "Initialized logger (debug)";
vWarning << "Initialized logger (warning)";
vCritical << "Initialized logger (critical)";
Expand Down

0 comments on commit a1558d5

Please sign in to comment.