Skip to content

Fix logging channel type

Nick Thomas requested to merge fix-logging-channel-type into main

Currently we get this in some log messages:

logrus_error="can not add field \"channel_type\""

This is because we're trying to add a function, rather than the result of the function call (a string) to the log.Fields. Whoops!

Edited by Nick Thomas

Merge request reports