Skip to content

Commit

Permalink
add loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
santinoncs committed Sep 30, 2020
1 parent 60b6385 commit 1485fb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/log/level.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package log

// https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md

const WARNING = 0
const NOTICE = 1
const INFO = 2
const EXTENDED = 3
const DEBUG = 4
const TRACE = 5

0 comments on commit 1485fb9

Please sign in to comment.