Fix missing timestamps since yabridge 3.0.0

This commit is contained in:
Robbert van der Helm
2021-02-24 21:07:01 +01:00
parent a6ac958bfb
commit 2cf5f2dfb9
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class Logger {
Logger(std::shared_ptr<std::ostream> stream,
Verbosity verbosity_level,
std::string prefix = "",
bool prefix_timestamp = false);
bool prefix_timestamp = true);
/**
* Create a logger instance based on the set environment variables. See the