-
In the config file I see a patterns key (with a laravel value that matches laravel logs). Being patterns plural, and an array, I suppose is possible to define multiple patters to match different log file formats (e.g. I'd need it to visualise supervisord logs that, at the moment, obviously render a blank page that says "No results". Unfortunately there's no docs for this configuration and I can't quite figure it out. Could anyone help or at least point me in the right direction please? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @opicodes This is done to future-proof the configuration file so there's as little conflicts as possible later on. At the moment there's no way to define additional log formats to parse. But it's definitely in the backlog :) |
Beta Was this translation helpful? Give feedback.
Hey @opicodes
This is done to future-proof the configuration file so there's as little conflicts as possible later on.
At the moment there's no way to define additional log formats to parse. But it's definitely in the backlog :)