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
From a user perspective, if I set a storage path to log my HTTP request log then I want to remove all logs related to HTTP request logs not all kinds of logs. Current scenario I logged several things on the logs folder. If I use this clear command of this package it will remove my entire application logs and a fallback log file (laravel.log) containing entire application logs so sometimes it's important.
So I think we can remove only the HTTP request log files if the solid path is provided on config and matched, if not then no need to remove the fallback file.
The text was updated successfully, but these errors were encountered:
From a user perspective, if I set a storage path to log my HTTP request log then I want to remove all logs related to HTTP request logs not all kinds of logs. Current scenario I logged several things on the logs folder. If I use this clear command of this package it will remove my entire application logs and a fallback log file (laravel.log) containing entire application logs so sometimes it's important.
So I think we can remove only the HTTP request log files if the solid path is provided on config and matched, if not then no need to remove the fallback file.
The text was updated successfully, but these errors were encountered: