Skip to content

Commit

Permalink
Reference to wrong (obsolete) configuration file path during reload
Browse files Browse the repository at this point in the history
  • Loading branch information
MadMartian committed Nov 12, 2020
1 parent f9c004b commit f587387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b9robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def str_to_time_tuple(string: AnyStr):
def configure_logging():
global announce
logging.config.fileConfig(
'/etc/persecrd/logging.conf',
'/etc/b9robot/logging.conf',
defaults = logging.basicConfig(
format = "[%(asctime)s] [%(levelname)s] [%(name)s] %(message)s"
)
Expand Down

0 comments on commit f587387

Please sign in to comment.