You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core.log links the Python logging level CRITICAL to openHAB level TRACE but this is not correct. The CRITICAL level is above ERROR and TRACE is below DEBUG.
The TRACE level would need to be added to the Python logger as it is not built in.
core.log
links the Pythonlogging
levelCRITICAL
to openHAB levelTRACE
but this is not correct. TheCRITICAL
level is aboveERROR
andTRACE
is belowDEBUG
.The
TRACE
level would need to be added to the Python logger as it is not built in.openhab-helper-libraries/Core/automation/lib/python/core/log.py
Lines 23 to 24 in 932894b
The text was updated successfully, but these errors were encountered: