mirror of
https://github.com/gogs/gogs.git
synced 2026-07-01 00:18:37 +02:00
Minor improve on error handling
This commit is contained in:
@@ -620,8 +620,8 @@ func newService() {
|
||||
|
||||
func newLogService() {
|
||||
if len(BuildTime) > 0 {
|
||||
log.Info("Build Time: %s", BuildTime)
|
||||
log.Info("Build Git Hash: %s", BuildGitHash)
|
||||
log.Trace("Build Time: %s", BuildTime)
|
||||
log.Trace("Build Git Hash: %s", BuildGitHash)
|
||||
}
|
||||
|
||||
// Because we always create a console logger as primary logger before all settings are loaded,
|
||||
|
||||
Reference in New Issue
Block a user