You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
I've been looking into ways to deal with the inability to override language files, but have so far come up with nothing. I guess the only solution would be to move the SAPI strings into the config file.
I want to support as many of the SAPIs as I can, out of the box. Do you have one that isn't in the current list?
It was mainly because i've been creating a separate log file called log-404-{date}.txt so that I could go through and check the not found errors separately and wanted to include that. I extended the Log class to create that 404 file and I was thinking about modifying your logviewer to include it.
While I realise my use case may be a bit more unique I thought it might be worthwhile suggesting that it be made more flexible for any use. I think a config array for the SAPIs as well as for types (Error, Alert, Critical etc) would be really good. Of course the default can just be what's there so out of the box it works the same, while also allowing for easier customisation and compatibility should one modify Laravels built in logging behaviour.
As far as I can tell this will only ever look for files called:
log-apache*-
log-cli-
log-cgi-fcgi
log-fpm-fcgi
And as far I can also tell this is defined in the languages file so there's no proper way to modify through the config.
Is it possible to add something to this array and if not can I request the ability to add custom log files as a new feature?
The text was updated successfully, but these errors were encountered: