Add debug test

Add info log message for sanity

Add more useful logs

Edit configure_logging to change OFM level to debug if set in CLI

Update log message

Fix boot and int mix up

Fix string

Change string

Update logging string again

try changing OFM handler level

Change log slice

Fix syntax error

Add in OFMHandler logic, update webapp to show in logging tab and fix ruff
This commit is contained in:
Beth Probert 2026-06-17 13:02:05 +01:00
parent b235de39f6
commit b1202723a1
4 changed files with 19 additions and 12 deletions

View file

@ -109,6 +109,7 @@ def test_failed_customise(mocker):
# An that it has the error to display
assert str(fallback_app._context.error) == "Can't touch this"
def test_debug_mode(mocker):
"""Test that --debug flag triggers lt.logs.configure_thing_logger."""