File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ logging these HTTP codes based on the MonologBundle configuration:
1414
1515    .. code-block :: yaml 
1616
17-         #  app/ config/config.yml  
17+         #  config/packages/prod/monolog.yaml  
1818        monolog : 
1919            handlers : 
2020                main : 
@@ -25,7 +25,7 @@ logging these HTTP codes based on the MonologBundle configuration:
2525
2626code-block :: xml 
2727
28-         <!--  app/ config/config .xml -->  
28+         <!--  config/packages/prod/monolog .xml -->  
2929        <container  xmlns =" http://symfony.com/schema/dic/services"  
3030            xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"  
3131            xmlns : monolog =" http://symfony.com/schema/dic/monolog"  
@@ -48,7 +48,7 @@ logging these HTTP codes based on the MonologBundle configuration:
4848
4949code-block :: php 
5050
51-         // app/ config/config .php 
51+         // config/packages/prod/monolog .php 
5252        $container->loadFromExtension('monolog', array( 
5353            'handlers' => array( 
5454                'main' => array( 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments