Skip to content

Commit

Permalink
update logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean committed Oct 26, 2023
1 parent 8e90b59 commit 92bab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storageEpochChange/storageEpochChange.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
logger "github.com/multiversx/mx-chain-logger-go"
)

var log = logger.GetOrCreate("storage")
var log = logger.GetOrCreate("storage/storageEpochChange")

const (
// WaitTimeForSnapshotEpochCheck is the time to wait before checking the storage epoch
Expand Down

0 comments on commit 92bab82

Please sign in to comment.