Skip to content

Commit 43f4545

Browse files
fixing encoding error
1 parent 32a9a03 commit 43f4545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/configuration/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ type SecurityLog struct {
984984
ApLogConf string `json:"apLogConf"`
985985
// The App Protect WAF log bundle resource. Only works with apBundle.
986986
ApLogBundle string `json:"apLogBundle"`
987-
// The log destination for the security log. Only accepted variables are syslog:server=<ip-address &#124; localhost; fqdn>:<port>, stderr, <absolute path to file>.
987+
// The log destination for the security log. Only accepted variables are syslog:server=<ip-address>; localhost; fqdn>:<port>, stderr, <absolute path to file>.
988988
LogDest string `json:"logDest"`
989989
}
990990

0 commit comments

Comments
 (0)