aboutsummaryrefslogtreecommitdiffstats
path: root/logger
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-05 05:04:19 +0800
committerobscuren <geffobscura@gmail.com>2015-04-05 05:04:19 +0800
commit053d5552abdbc4cf41376149b141e24a01713e5a (patch)
tree8083ace145e4270f4a72e35fff2af0ec5e37cc38 /logger
parent5dc5e669864153949899b7a7c37737be65b80ba1 (diff)
downloaddexon-053d5552abdbc4cf41376149b141e24a01713e5a.tar
dexon-053d5552abdbc4cf41376149b141e24a01713e5a.tar.gz
dexon-053d5552abdbc4cf41376149b141e24a01713e5a.tar.bz2
dexon-053d5552abdbc4cf41376149b141e24a01713e5a.tar.lz
dexon-053d5552abdbc4cf41376149b141e24a01713e5a.tar.xz
dexon-053d5552abdbc4cf41376149b141e24a01713e5a.tar.zst
dexon-053d5552abdbc4cf41376149b141e24a01713e5a.zip
Updated logging
Diffstat (limited to 'logger')
-rw-r--r--logger/verbosity.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/logger/verbosity.go b/logger/verbosity.go
index 59caa824e..887b90f02 100644
--- a/logger/verbosity.go
+++ b/logger/verbosity.go
@@ -1,7 +1,8 @@
package logger
const (
- Error = iota + 2
+ Error = iota + 1
+ Warn
Info
Core
Debug