Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
fix logging paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrymoore committed Feb 1, 2022
1 parent ca44eaf commit c9873c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/icolos/utils/enums/logging_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class LoggingConfigEnum:

# paths to the configuration JSONs that are shipped with Icolos
PATH_CONFIG_DEFAULT = "src/icolos/config/logging/default.json"
PATH_CONFIG_VERBOSE = "src/icolos/icolos/config/logging/verbose.json"
PATH_CONFIG_DEBUG = "src/icolos/icolos/config/logging/debug.json"
PATH_CONFIG_TUTORIAL = "src/icolos/icolos/config/logging/tutorial.json"
PATH_CONFIG_VERBOSE = "src/icolos/config/logging/verbose.json"
PATH_CONFIG_DEBUG = "src/icolos/config/logging/debug.json"
PATH_CONFIG_TUTORIAL = "src/icolos/config/logging/tutorial.json"

# high-level loggers defined in the configurations
LOGGER_IO = "io"
Expand Down

0 comments on commit c9873c1

Please sign in to comment.