Skip to content

Commit

Permalink
cmd: Do not fatal when immutable value is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 16, 2019
1 parent a078e89 commit 717d7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func init() {
logger.
WithField("key", immutable).
WithField("value", fmt.Sprintf("%v", viper.Get(immutable))).
Fatal("A configuration value marked as immutable has changed, shutting down.")
Error("A configuration value marked as immutable has changed. This change can not be applied and was reverted. To reload the values please restart ORY Oathkeeper.")

},
})
Expand Down

0 comments on commit 717d7f7

Please sign in to comment.