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
the Utils.Trace call sets Utils.TraceMasks.Information explicitly. This generates a lots of messages (whenever a MQTT message is published) on log file as INFO is a quite high on logging level.
Downgrade to something equivalent to DEBUG to reduce the amount of logging.
The logging levels being used here seem different from usually fatal/error/warning/info/debug/trace. I am not sure what is the equivalent logging level to normal DEBUG, maybe Operation?.
Type of issue
Current Behavior
This method is called when publishing messages.
the
Utils.Trace
call setsUtils.TraceMasks.Information
explicitly. This generates a lots of messages (whenever a MQTT message is published) on log file as INFO is a quite high on logging level.Expected Behavior
Downgrade to something equivalent to
DEBUG
to reduce the amount of logging.The logging levels being used here seem different from usually
fatal/error/warning/info/debug/trace
. I am not sure what is the equivalent logging level to normalDEBUG
, maybeOperation
?.Steps To Reproduce
Information
onprogram.cs
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: