2016-08-30 09:56 AM
Multiline Logging Log Collection Custom -- Application Logs in Flat File Format Ex. FSI Logs
2016-09-05 10:51 AM
Hello,
Can you please provide a clear description on the problem you are having.
If you are having multiline logs with new lines (white spaces or <br> or \n) in between, then please provide a sample of the logs. we can check for EOL characters.
this can be removed with a simple awk one liner.
awk '/<EOL pattern>$/ { printf ($0); next } 1'
If thats not the case, can you please clarify more?
Thanks,
Akram