Skip to content

Commit

Permalink
pkg/logger/logkey: new package for log key glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Jan 8, 2025
1 parent 47a52b1 commit c0d8f80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/logger/logkey/logkey.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package logkey

const (
ChainID = "chainID"
)

0 comments on commit c0d8f80

Please sign in to comment.