Data format changed?
Closed this issue · 4 comments
Think the change was made to allow support for any number of parameters:
See also:
https://logging.apache.org/log4net/release/sdk/html/P_log4net_Core_LoggingEvent_Properties.htm
One could argue that mandatory parameters like "timestamp" + "mesage" + "level" + "logger" could be included in the primary scope, instead of in the LogData-collection (of random properties). But maybe a developer at Logzio have a better explanation.
@spib
I feel like you are correct,message
and timestamp
should be in the primary scope, I will take a look to see what cause this change
@idohalevi Sorry about this. Believe it is my fault. I have now created #23 to fix this (Serialize only the LogData-Dictionary and not the entire LogEvent)
@snakefoot
Thank you!
@spib
I'll try to release a new version this week