This website requires JavaScript.
Explore
Help
Sign In
public
/
grafana
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e76d2ec9c2f62f0e31ff02edf036ac11f28fe24d
grafana
/
pkg
/
setting
T
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