Skip to content

Commit

Permalink
Merge pull request #11 from signalify-in/dev
Browse files Browse the repository at this point in the history
introduced notify log level for tg
  • Loading branch information
prassee committed Aug 3, 2021
2 parents 401d4bf + 11c6ab5 commit 4f94b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions level.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const (
Info Level = "INFO:"
Debug Level = "DEBUG:"
Trace Level = "TRACE:"
Notify Level = "NOTIFY:" // this exist to send notifications to tg bot
)

const (
Expand Down

0 comments on commit 4f94b65

Please sign in to comment.