Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log: avoid setting default slog logger in init (ethereum#28747)
slog.SetDefault has undesirable side effects. It also sets the default logger destination, for example. So we should not call it by default in init.
- Loading branch information