Merge pull request #363 from solidnerd/add-env-for-logging
Add APP_LOGGING
This commit is contained in:
		
						commit
						ec7be1b08b
					
				| 
						 | 
				
			
			@ -100,7 +100,7 @@ return [
 | 
			
		|||
    |
 | 
			
		||||
    */
 | 
			
		||||
 | 
			
		||||
    'log' => 'single',
 | 
			
		||||
    'log' => env('APP_LOGGING', 'single'),
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue