Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow log.xxx.default to set logging settings for the default logger only #11292

Merged
merged 6 commits into from
May 16, 2020
Prev Previous commit
Next Next commit
Update modules/setting/log.go
  • Loading branch information
zeripath committed May 4, 2020
commit 3d029fec5abbaaa69d63ba35d368e497c11641ce
1 change: 0 additions & 1 deletion modules/setting/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ func newLogService() {
continue
}

fmt.Println(name)
sec, err := Cfg.GetSection("log." + name + ".default")
if err != nil {
sec, err = Cfg.GetSection("log." + name)
Expand Down