-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
Thanks for the package. We tried to use it in our solution and it seems the package is not appending the entire event. Sample of two events as below -
<log4j:event logger="MessageEncryptorExample" timestamp="1560445183255" level="DEBUG" thread="1">log4j:message2d30CJLfyC3L61Lrt2Lu0g==??UysgLUTl5/BNpNWfGd5GIg==</log4j:message>log4j:properties<log4j:data name="log4net:HostName"<log4j:event logger="MessageEncryptorExample" timestamp="1560445183948" level="DEBUG" thread="1">log4j:messagelmmyG9pecvZijgm/BNi2LhsIdGWCllw+mlT3eFcwk9M=??dPNTXiU4BxHy8+yIQFEsYg==</log4j:message>log4j:properties<log4j:data name="log4net:HostName"<log4j:event logger="MessageEncryptorExample" timestamp="1560445184461" level="DEBUG" thread="1">log4j:message7rryviuvaDvC9yFgQxVdkXWJdmXoyodQKtmTvertyMw=??O5IJNsV/fs15xRWLrK/cuw==</log4j:message>log4j:properties<log4j:data name="log4net:HostName"
After <log4j:data name="log4net:HostName", it skipts to the next event. Any thoughts?