Basic import of json dashboards is working, needs more work to handle updates, and continous watching, #22

This commit is contained in:
Torkel Ödegaard
2015-01-29 14:33:50 +01:00
parent 1d6413bfae
commit d95c5e6674
4 changed files with 137 additions and 16 deletions

View File

@@ -234,6 +234,4 @@ func readSessionConfig() {
if SessionOptions.Provider == "file" {
os.MkdirAll(path.Dir(SessionOptions.ProviderConfig), os.ModePerm)
}
log.Info("Session Service Enabled")
}