Update logger message to be more generic (#32403)

This commit is contained in:
Dimitris Sotirakis 2021-03-29 11:45:03 +03:00 committed by GitHub
parent 77ef835e8c
commit f15882f507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ func runPluginCommand(command func(commandLine utils.CommandLine) error) func(co
return err
}
logger.Info("\nRestart grafana after installing plugins . <service grafana-server restart>\n\n")
logger.Info("\nRestart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.\n\n\n\n")
return nil
}
}