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
Hi!
As described on the Flarum forum here some log files are created in the log folder under un subdirectory (like /composer/) with the filename output-YYYY-MM-DD.log. The extension does list them in the files list but when we click on them we get an error.
The issue is that the extension tries to read/get them via .../api/logs/output-YYYY-MM-DD.log instead of .../api/logs/composer/output-YYYY-MM-DD.log
It needs to take into account the potential subfolders under logs.
EDIT: Also, it doesn't seem to delete old log files that are in the subfolder according to the settings like it does for those that are in the root log folder.
The text was updated successfully, but these errors were encountered:
Hi!
As described on the Flarum forum here some log files are created in the log folder under un subdirectory (like
/composer/
) with the filenameoutput-YYYY-MM-DD.log
. The extension does list them in the files list but when we click on them we get an error.The issue is that the extension tries to read/get them via
.../api/logs/output-YYYY-MM-DD.log
instead of.../api/logs/composer/output-YYYY-MM-DD.log
It needs to take into account the potential subfolders under logs.
EDIT: Also, it doesn't seem to delete old log files that are in the subfolder according to the settings like it does for those that are in the root log folder.
The text was updated successfully, but these errors were encountered: