mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 12:16:14 -06:00
fix log level
This commit is contained in:
parent
3df8fc9717
commit
5c9c9449ef
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ func ErrorKV(ctx context.Context, key string, value interface{}) {
|
|||
//
|
||||
//go:noinline
|
||||
func ErrorKVs(ctx context.Context, kvs ...kv.Field) {
|
||||
logf(ctx, 3, WARN, kvs, "")
|
||||
logf(ctx, 3, ERROR, kvs, "")
|
||||
}
|
||||
|
||||
// Panic will log formatted args as 'msg' field to the log at PANIC level.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue