You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/apis/configuration/v1/types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -984,7 +984,7 @@ type SecurityLog struct {
984
984
ApLogConfstring`json:"apLogConf"`
985
985
// The App Protect WAF log bundle resource. Only works with apBundle.
986
986
ApLogBundlestring`json:"apLogBundle"`
987
-
// The log destination for the security log. Only accepted variables are syslog:server=<ip-address | 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>.
0 commit comments