mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-01 14:03:16 -06:00
ensure inconsistent inlining doesn't mess with log calling function name
This commit is contained in:
parent
9119897633
commit
f06affc590
17 changed files with 254 additions and 206 deletions
|
|
@ -24,7 +24,6 @@ type LEVEL uint8
|
|||
const (
|
||||
UNSET LEVEL = 0
|
||||
PANIC LEVEL = 1
|
||||
FATAL LEVEL = 50
|
||||
ERROR LEVEL = 100
|
||||
WARN LEVEL = 150
|
||||
INFO LEVEL = 200
|
||||
|
|
@ -40,7 +39,6 @@ var levels = [int(ALL) + 1]string{
|
|||
INFO: "INFO",
|
||||
WARN: "WARN",
|
||||
ERROR: "ERROR",
|
||||
FATAL: "FATAL",
|
||||
PANIC: "PANIC",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue