bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
219 stars 92 forks source link

prb: maxJsonLength property exceeded #92

Closed moconnell closed 6 years ago

moconnell commented 6 years ago

prb: System.InvalidOperationException occurred - Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property. fix: increase MaxJsonLength

https://stackoverflow.com/questions/46641823/maxjsonlength-exceeded-logging-with-log4net-elasticsearch-appender

jptoto commented 6 years ago

Thank you!