Skip to content

Commit

Permalink
Change default format for unit test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lava authored and Benno Evers committed May 7, 2021
1 parent 0d10a3d commit a53cd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libvast_test/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ int main(int argc, char** argv) {
}
caf::settings log_settings;
put(log_settings, "vast.console-verbosity", vast_loglevel);
put(log_settings, "vast.console-format", "%^[%s:%#] %v%$");
auto log_context = vast::create_log_context(vast::invocation{}, log_settings);
// Run the unit tests.
return caf::test::main(argc, argv);
Expand Down

0 comments on commit a53cd98

Please sign in to comment.