Currently logger name appears in log if the message is logged via LogDebug, LogError, etc functions, however it doesn't, if message is logged via LogDebugf, LogErrorf, etc functions. This PR fixes this situation.
Type of change
Choose a type of change, and delete any options that are not relevant.
Bug fix (a non-breaking change which fixes an issue)
Description of change
Currently logger name appears in log if the message is logged via
LogDebug
,LogError
, etc functions, however it doesn't, if message is logged viaLogDebugf
,LogErrorf
, etc functions. This PR fixes this situation.Type of change
Choose a type of change, and delete any options that are not relevant.
How the change has been tested
I've used it in my local branch of Wasp.