I am building application on laravel. Now application itself should PCI DSS compliant. Hence we can't store card details on file.Now we don't store details anywhere itself.But when request hits at server.Then laravel logs that information into laravel.log.
Is there a programmable way so that we could remove that entry from laravel.log?