Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Laravel disable Logging

'none' => [
    'driver' => 'monolog',
    'handler' => MonologHandlerNullHandler::class,
],
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Laravel #disable #Logging
ADD COMMENT
Topic
Name
3+3 =