mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update log/format.go
This commit is contained in:
parent
d9e335b2be
commit
00f8abc78c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ func PrintOrigins(print bool) {
|
|||
}
|
||||
}
|
||||
|
||||
// storeStackRecords is an atomic flag controlling whether the log handler needs
|
||||
// stackEnabled is an atomic flag controlling whether the log handler needs
|
||||
// to store the callsite stack. This is needed in case any handler wants to
|
||||
// print locations (locationEnabled), use vmodule, or print full stacks (BacktraceAt).
|
||||
var stackEnabled atomic.Bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue