mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 02:02:25 -05:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
10
vendor/codeberg.org/gruf/go-logger/level.go
generated
vendored
10
vendor/codeberg.org/gruf/go-logger/level.go
generated
vendored
|
|
@ -21,11 +21,11 @@ type Levels map[LEVEL]string
|
|||
// DefaultLevels returns the default set of log levels
|
||||
func DefaultLevels() Levels {
|
||||
return Levels{
|
||||
DEBUG: "debug",
|
||||
INFO: "info",
|
||||
WARN: "warn",
|
||||
ERROR: "error",
|
||||
FATAL: "fatal",
|
||||
DEBUG: "DEBUG",
|
||||
INFO: "INFO",
|
||||
WARN: "WARN",
|
||||
ERROR: "ERROR",
|
||||
FATAL: "FATAL",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue