diff --git a/src/Logger.jl b/src/Logger.jl index 3eeaaaad7..e542348f6 100644 --- a/src/Logger.jl +++ b/src/Logger.jl @@ -54,7 +54,7 @@ function initialize_logging(; log_name = default_log_name()) end ) - LoggingExtras.TeeLogger(LoggingExtras.MinLevelLogger(logger, Genie.config.log_level)) |> timestamp_logger |> global_logger + LoggingExtras.MinLevelLogger(timestamp_logger(logger), Genie.config.log_level) |> global_logger nothing end @@ -93,4 +93,4 @@ function Logging.handle_message(logger::GenieLogger, lvl, msg, _mod, group, id, nothing end -end \ No newline at end of file +end