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
Some of the logs issued from connection.js don't make use of logging key-value pairs. Instead they stringify their data into their message. This makes them harder to parse them later on.
Summary
Some of the logs issued from
connection.js
don't make use of logging key-value pairs. Instead they stringify their data into their message. This makes them harder to parse them later on.Steps To Reproduce
Use a default log.ini
Then set up a client to drop a connection, which will trigger this call to loginfo: https://github.com/haraka/Haraka/blob/2.8.27/connection.js#L173
Expected behavior
The following gets logged:
Actual behavior
The following gets logged:
System Info:
The text was updated successfully, but these errors were encountered: