Disable logging and manage errors manually in exception parts?
Jun 10, 2015
5
Level 2
remove stacktrace from log files
Hi,
How do I remove the stack trace from the laravel log files? The log file on my production server is unnecessary large due to this. With only the first Error log line I have more than enough information to track what a problem is. :)
Does anyone have an idea how to do this?
Level 1
What is your Laravel version? if it is L5 then you can make some change to App\Exceptions\Handler Read more here: http://laravel.com/docs/5.0/errors
2 likes
Please or to participate in this conversation.