diff --git a/docs/src/dev_guide/logging.md b/docs/src/dev_guide/logging.md index a8cb2b911..665da5ba2 100644 --- a/docs/src/dev_guide/logging.md +++ b/docs/src/dev_guide/logging.md @@ -72,7 +72,7 @@ group in two ways: ```julia logger = configure_logging(console_level = Logging.Debug) -InfrastructureSystems.set_group_level!(logger, InfrastructureSystems.LOG_GROUP_TIME_SERIES) +InfrastructureSystems.set_group_level!(logger, InfrastructureSystems.LOG_GROUP_TIME_SERIES, Logging.Info) # Or many at once. InfrastructureSystems.set_group_levels!(