mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix shadow log in service accounts (#67643)
* fix shadow log in service accounts
This commit is contained in:
parent
fd2c7594cf
commit
f9fd15c01e
@ -58,10 +58,9 @@ func ProvideServiceAccountsService(
|
||||
userService,
|
||||
orgService,
|
||||
)
|
||||
log := log.New("serviceaccounts")
|
||||
s := &ServiceAccountsService{
|
||||
store: serviceAccountsStore,
|
||||
log: log,
|
||||
log: log.New("serviceaccounts"),
|
||||
backgroundLog: log.New("serviceaccounts.background"),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user