Skip to content

Commit

Permalink
feat(controller-container): enable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Apr 4, 2024
1 parent 7b2b569 commit 84a2b22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containers/controller/src/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
from controller.directory import LDAP
from controller.sync import sync


# TODO Set logging level programmatically
logging.basicConfig(
level=logging.INFO,
level=logging.DEBUG,
format="[%(asctime)s %(levelname)s %(filename)s:%(lineno)s %(funcName)s] %(message)s",
)

Expand Down

0 comments on commit 84a2b22

Please sign in to comment.