Replies: 1 comment
-
You can disable logging by default or on runtime and enable it in the auth middleware for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app that performs a lot of activity on cron jobs, commands and automated jobs.
I would like to avoid logging when running those so, in short, only log user activity.
Is there any way to only log when the user session is active (
Auth::check()
for example)?Beta Was this translation helpful? Give feedback.
All reactions