mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Basic import of json dashboards is working, needs more work to handle updates, and continous watching, #22
This commit is contained in:
@@ -234,6 +234,4 @@ func readSessionConfig() {
|
||||
if SessionOptions.Provider == "file" {
|
||||
os.MkdirAll(path.Dir(SessionOptions.ProviderConfig), os.ModePerm)
|
||||
}
|
||||
|
||||
log.Info("Session Service Enabled")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user