mirror of
				https://gitea.invidious.io/iv-org/shard-kemal.git
				synced 2024-08-15 00:53:36 +00:00 
			
		
		
		
	Null logging should not print anything to STDOUT (#381)
This commit is contained in:
		
							parent
							
								
									cd5fab8c2f
								
							
						
					
					
						commit
						fc4c97aafd
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -2,7 +2,6 @@ module Kemal | ||||||
|   # This is here to represent the logger corresponding to Null Object Pattern. |   # This is here to represent the logger corresponding to Null Object Pattern. | ||||||
|   class NullLogHandler < Kemal::BaseLogHandler |   class NullLogHandler < Kemal::BaseLogHandler | ||||||
|     def call(context) |     def call(context) | ||||||
|       puts "This is null" |  | ||||||
|       call_next(context) |       call_next(context) | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue