logging - Laravel log into custom log file -


i reading in laravel documentation logging can't find how log custom file. example if this:

log::info('i logging something!'); 

or other log message. goes laravel.log

and want log message example /storage/logs/my_logs.log file.

how this?

update

i don't want overwrite default log file....i want have laravel.log , own log file custom logs.

maybe package useful purpose: https://github.com/edujugon/laravel-log

it's easy use it.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -