Skip to content

Commit

Permalink
Troubleshoot log init
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 9, 2023
1 parent 3dcef02 commit b1eff33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chatbot_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
environ.setdefault("OVOS_CONFIG_BASE_FOLDER", "neon")
environ.setdefault("OVOS_CONFIG_FILENAME", "chatbots.yaml")

from neon_utils.log_utils import init_log
init_log(log_name="chatbots")

from neon_utils.decorators import module_property


Expand Down

0 comments on commit b1eff33

Please sign in to comment.