iotaledger / hive.go

A Go library containing data structures, various utils and abstractions which are used by both GoShimmer and Hornet.
Apache License 2.0
61 stars 24 forks source link

Logger name should be logged in Logf too #642

Closed Juliusan closed 9 months ago

Juliusan commented 9 months ago

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 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.

How the change has been tested

I've used it in my local branch of Wasp.