mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	feat: change log level for OpenAPI to debug (#1895)
This commit is contained in:
		
							parent
							
								
									d567a6c8f4
								
							
						
					
					
						commit
						2824b24565
					
				@ -73,7 +73,7 @@ export class OpenApiService {
 | 
			
		||||
        const errors = validateSchema(schema, data);
 | 
			
		||||
 | 
			
		||||
        if (errors) {
 | 
			
		||||
            this.logger.warn('Invalid response:', errors);
 | 
			
		||||
            this.logger.debug('Invalid response:', errors);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        res.status(status).json(data);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user