Skip to content

Commit

Permalink
Add link to migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Sandbhor <[email protected]>
  • Loading branch information
sbs2001 committed Jun 17, 2022
1 parent 7be5b1c commit 5b172d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func NewConfig(configPath string) (*bouncerConfig, error) {
}
if len(zoneUsingChallenge) > 0 {
log.Warningf(
"zones %s uses 'challenge' action which is deprecated in favour of 'managed_challenge'. See migration guide at ",
"zones %s uses 'challenge' action which is deprecated in favour of 'managed_challenge'. See migration guide at https://docs.crowdsec.net/docs/next/bouncers/cloudflare/#upgrading-from-v00x-to-v01y",
strings.Join(zoneUsingChallenge, ", "),
)
}
Expand Down

0 comments on commit 5b172d7

Please sign in to comment.