File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,10 @@ to write logs using the :phpfunction:`syslog` function:
179179                ->level(LogLevel::ERROR); 
180180        }; 
181181
182- stack * of handlers, where each handler can define
183- a ``priority `` (default ``0 ``) to control its position in the stack.
184- 
185- Handlers with a higher priority are called earlier, while those with the same priority keep
186- the order in which they are defined:
182+ priority ``
183+ (default ``0 ``) to control its position in the stack. Handlers with a higher
184+ priority are called first, while those with the same priority keep the order in
185+ which they are defined:
187186
188187.. configuration-block ::
189188
@@ -246,8 +245,8 @@ the order in which they are defined:
246245
247246note ::
248247
249-     When adding handlers in additional  configuration files, it's recommended to set
250-     an explicit priority to ensure the desired order .
248+     When adding handlers in other  configuration files, it's recommended to set
249+     an explicit priority to ensure they are ordered as expected .
251250
252251.. _logging-handler-fingers_crossed :
253252
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments