Skip to content

Commit 2dce929

Browse files
committed
Logger now displays node_id across the board
1 parent f50fdb3 commit 2dce929

File tree

13 files changed

+27
-890
lines changed

13 files changed

+27
-890
lines changed

cmd/keygen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func KeystoreCommand() *cli.Command {
3939
// I hate to pass by reference logger everywhere...
4040
// In case you wish to use your own zap logger you can disable logger here,
4141
// implement your own and set the globals on your end.
42-
_, zlErr := logger.InitializeGlobalLogger(cfg.Logger)
42+
_, zlErr := logger.InitializeGlobalLogger("keygen", cfg.Logger)
4343
if zlErr != nil {
4444
return errors.Wrap(zlErr, "failure to initialize logger")
4545
}

demos/simple/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)