Skip to content

Commit

Permalink
Fix message when it is empty (cadence-workflow#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored Jun 7, 2019
1 parent 59a12f0 commit 648b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/log/loggerimpl/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type loggerImpl struct {
const (
skipForDefaultLogger = 3
// we put a default message when it is empty so that the log can be searchable/filterable
defaultMsgForEmpty = "message is empty"
defaultMsgForEmpty = "none"
)

// NewNopLogger returns a no-op logger
Expand Down

0 comments on commit 648b5c6

Please sign in to comment.