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
A backslash ('') followed by none of the three described characters
is considered an invalid escape sequence. In this case, the
backslash MUST be treated as a regular backslash and the following
character as a regular character. Thus, the invalid sequence MUST
not be altered.
Which we are not doing.
The text was updated successfully, but these errors were encountered:
Looking at the RFC for Syslog it says:
Which we are not doing.
The text was updated successfully, but these errors were encountered: