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
Logging into a Postresql with a string containing 0 byte causes exception:
org.postgresql.util.PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0x00
All LogAttributes values will be replaces 0 bytes with the string \0
In Logmessages Newlines will be replaces by \n
The text was updated successfully, but these errors were encountered:
Logging into a Postresql with a string containing 0 byte causes exception:
org.postgresql.util.PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0x00
All LogAttributes values will be replaces 0 bytes with the string \0
In Logmessages Newlines will be replaces by \n
The text was updated successfully, but these errors were encountered: