This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2025-02-25 18:55:37 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc43ce657c91a7bcaaeb95c1e806b60dc3c6cc28
grafana
/
pkg
/
setting
History
Torkel Ödegaard
1c9993f185
Backend configuration: When unknown key was detected the log error was not visible in log file due to logging was initialized after user config file is loaded, logging is now initialized twice, once based on defaults and command line arguments, then then again after user config file,
Fixes
#1992
2015-05-14 10:15:46 +02:00
..
setting_oauth.go
Add allow_sign_up override for auth.google/github.
2015-04-16 13:43:18 -08:00
setting_test.go
Updated to config file finding, and added homepath command line option
2015-04-12 09:15:49 +02:00
setting.go
Backend configuration: When unknown key was detected the log error was not visible in log file due to logging was initialized after user config file is loaded, logging is now initialized twice, once based on defaults and command line arguments, then then again after user config file,
Fixes
#1992
2015-05-14 10:15:46 +02:00