Plugins: Add logs to for plugin management actions (#90587)

* Plugins: Add logs to for plugin management actions

---------

Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
This commit is contained in:
Hugo Kiyodi Oshiro
2024-07-18 17:19:36 +02:00
committed by GitHub
parent 08c611c68b
commit 5c966fd400
3 changed files with 10 additions and 0 deletions

View File

@ -109,6 +109,8 @@ func Test_PluginsInstallAndUninstall(t *testing.T) {
hs.authnService = &authntest.FakeService{
ExpectedIdentity: expectedIdentity,
}
hs.log = log.NewNopLogger()
})
t.Run(testName("Install", tc), func(t *testing.T) {