How to specify a separate file for logging INFO level in Laravel 5.1 and monolog?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
If you would like add another monolog handler, you may use the application's
configureMonologUsing
method. You should place a call to this method inbootstrap/app.php
file right before the $app variable is returned: