1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00
gitea/modules
willemvd 8c2c7b802f Remove the default console logger when it is not set in the configuration (#602)
* 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-01-17 14:02:35 +08:00
..
auth Two factor authentication support (#630) 2017-01-16 10:14:29 +08:00
avatar golint fixed for modules/avatar 2016-11-25 16:37:04 +08:00
base
context Repo permission bug fixes (#513) 2016-12-29 21:17:32 +08:00
cron
highlight
httplib
lfs
log Remove the default console logger when it is not set in the configuration (#602) 2017-01-17 14:02:35 +08:00
mailer fix gofmt error 2016-12-30 20:41:10 +01:00
markdown Improve issue references in markdown (#471) 2016-12-26 18:52:04 +08:00
notification Notification - Step 1 (#523) 2016-12-31 00:44:54 +08:00
options
process
public
setting Remove the default console logger when it is not set in the configuration (#602) 2017-01-17 14:02:35 +08:00
ssh New settings option for a custom SSH host (#3763) (#446) 2016-12-22 13:26:43 +01:00
sync modules/sync: add UniqueQueue 2016-08-30 15:50:30 -07:00
templates Implementation of Folder Jumping 2016-12-28 18:09:52 +01:00
user golint fixed for modules/user 2016-11-24 17:37:11 +08:00