Forum Discussion
Bjorn Vandenbilcke
Jul 25, 2018Copper Contributor
Container logs
Hi, We're ingesting AKS (kubernetes) logs into an OMS using the built in OMS agent. The problem with this is that multi-line loggings are handled as multiple LogEntries. This is for example the...
umairsyed
Jan 19, 2020Copper Contributor
Bjorn Vandenbilcke did you manage to find a solution for this issue? I am facing this issue while starting up a azure function inside AKS container.
- Bjorn VandenbilckeJan 20, 2020Copper Contributor
umairsyed using something like Serilog will generate single line logs. Added benefit is that it's beter suited for structured logging.