mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
Chaging log level when secret is not found (#53007)
This commit is contained in:
parent
6781041860
commit
3395981d35
@ -50,7 +50,7 @@ func (kv *secretsKVStoreSQL) Get(ctx context.Context, orgId int64, namespace str
|
||||
return err
|
||||
}
|
||||
if !has {
|
||||
kv.log.Error("secret value not found", "orgId", orgId, "type", typ, "namespace", namespace)
|
||||
kv.log.Debug("secret value not found", "orgId", orgId, "type", typ, "namespace", namespace)
|
||||
return nil
|
||||
}
|
||||
isFound = true
|
||||
|
Loading…
Reference in New Issue
Block a user