This website requires JavaScript.
Explore
Help
Sign In
public
/
grafana
Watch
1
Star
0
Fork
0
You've already forked grafana
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fbc6bb21123d3bb97efe61c19abe7896e3a741a5
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