Skip to content

Commit

Permalink
fix: add deprecated notice to debug config field
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Mar 16, 2023
1 parent 1299274 commit da16e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ type Config struct { // nolint:maligned

// Log debug traces
// Disabled by default
//
// Deprecated: Will be remove it soon!
Debug bool

// Kind of network listener (default: tcp4)
Expand Down

0 comments on commit da16e53

Please sign in to comment.