aboutsummaryrefslogtreecommitdiffstats
path: root/core/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/log.go')
-rw-r--r--core/log.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/log.go b/core/log.go
index aaef4cc..035c159 100644
--- a/core/log.go
+++ b/core/log.go
@@ -18,6 +18,7 @@ func init() {
log.Out = os.Stdout
if debug {
log.Level = logger.DebugLevel
+ log.Debugf("debug mode enabled")
}
}