diff options
author | skyblue <ssx205@gmail.com> | 2014-04-07 14:14:43 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-07 14:14:43 +0800 |
commit | a92d67fa01983644ccdb3d7bc54993a60d185da5 (patch) | |
tree | 4320d6d7983376ae2e80aa8f721aedd74a5965a0 /modules/log/log.go | |
parent | 125c87a405a689c37a3f3d0dede23d74c1581a81 (diff) | |
parent | 8c9a0494ecb477a641c07be68a9c0cb8fa661d29 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'modules/log/log.go')
-rw-r--r-- | modules/log/log.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/log/log.go b/modules/log/log.go index 65150237..f21897b9 100644 --- a/modules/log/log.go +++ b/modules/log/log.go @@ -21,8 +21,6 @@ func init() { func NewLogger(bufLen int64, mode, config string) { Mode, Config = mode, config logger = logs.NewLogger(bufLen) - logger.EnableFuncCallDepth(true) - logger.SetLogFuncCallDepth(4) logger.SetLogger(mode, config) } |