Skip to content

Fix logger emiting blank messages

Brian Williams requested to merge bwill/fix-logger-blank-line into master

Why is this change being made?

When a command returns an empty stdout or stderr message, blank lines are printed to the logs. This change fixes the issue via the log formatter by skipping the log if the message is blank or nil.

Edited by Brian Williams

Merge request reports