Add APP_LOGGING
This will add an variable for logging types to make it easier to define outside via .env. Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
		
							parent
							
								
									1a09d88891
								
							
						
					
					
						commit
						746a760a23
					
				| 
						 | 
					@ -100,7 +100,7 @@ return [
 | 
				
			||||||
    |
 | 
					    |
 | 
				
			||||||
    */
 | 
					    */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    'log' => 'single',
 | 
					    'log' => env('APP_LOGGING', 'single'),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
    |--------------------------------------------------------------------------
 | 
					    |--------------------------------------------------------------------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue