commas, quotes and CR/LFs in log description field prevents easy parsing #303
-
|
Hi all, this morning's descent into a rabbit hole was log file parsing and interpretation. It seems log files can't be easily parsed for analysis because of commas, quotes and CR/LF's in description field text. IIuc,
It's hard to follow a particular user through the log entries because:
Am I missing an obvious solution? How do you analyze webERP log files? Also, is the syntax for log records documented somewhere? I searched the manual for "logging" and "log file" but didn't find anything useful. Cheers, Here are the offending logs from SelectProduct.php with CR/LF and quote characters in the description field/column. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi Dale, I have stripped all html tags from the log file entries. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
The log messages are essentially the prnMsg() messages with a few bits added. The HTML tags are just there to add a bit of formatting. |
Beta Was this translation helpful? Give feedback.
Hi Dale, I have stripped all html tags from the log file entries.
Thanks
Tim