mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02: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);
|
const errors = validateSchema(schema, data);
|
||||||
|
|
||||||
if (errors) {
|
if (errors) {
|
||||||
this.logger.warn('Invalid response:', errors);
|
this.logger.debug('Invalid response:', errors);
|
||||||
}
|
}
|
||||||
|
|
||||||
res.status(status).json(data);
|
res.status(status).json(data);
|
||||||
|
Loading…
Reference in New Issue
Block a user