mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
feat: change log level for OpenAPI to debug (#1895)
This commit is contained in:
parent
c37cbb1819
commit
d4b9ca443c
@ -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