Automatically Clear Logs After Each Request #347
vildanbina
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am curious if there's an existing feature to automatically clear logs after each request to keep the development environment clean.
Why This Feature is Important
During the development process, logs can pile up quickly, cluttering the logging output and making it challenging to identify recent and relevant entries. By automatically clearing logs after each request, developers could maintain a clean log state, enhancing readability and manageability.
Proposed Solution
Add a configurable option in the Laravel Ray configuration that enables or disables automatic log clearing after each request. A simple boolean configuration would make it easy for developers to customize this feature to their preference.
Additional Context
I haven't seen any related issues or pull requests yet. This feature request aims to open up discussion and explore its potential implementation.
Beta Was this translation helpful? Give feedback.
All reactions