gitea/modules
Lunny Xiao 3121a7a037 Remove the default console logger when it is not set in the configuration (#602) (#960)
* Remove the default console logger when it is not set in the configuration

* Added comment to new function (lint failure)

* update based on PR comments (code style)

* code style fix (thanks bkcsoft)

* check if logger exists based on the l.outputs (like in l.DelLogger) instead of adapter, otherwise panic when reinstalling gitea (since the output adapter still exist, without outputs)
2017-02-18 22:25:28 +08:00
..
auth Correction LDAP validation (#342) 2016-12-12 08:46:51 +08:00
avatar
base Fix race condition in unit test (#456) 2016-12-23 14:31:22 +08:00
context [API] Pull Requests (#248) 2016-12-02 12:10:39 +01:00
cron
highlight Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
httplib
log Remove the default console logger when it is not set in the configuration (#602) (#960) 2017-02-18 22:25:28 +08:00
mailer
markdown Golint fixed for modules/setting (#262) 2016-11-27 18:14:25 +08:00
options Add default values for settings (#455) 2016-12-23 15:18:05 +08:00
process modules/process: add ExecDirEnv (next to ExecDir) 2016-11-27 18:53:57 +08:00
public Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
setting Remove the default console logger when it is not set in the configuration (#602) (#960) 2017-02-18 22:25:28 +08:00
ssh New settings option for a custom SSH host (#3763) (#446) 2016-12-22 13:26:43 +01:00
sync
templates Security: prevent XSS attach on wiki page (#955) 2017-02-16 17:02:15 +08:00
user