Skip to content
Snippets Groups Projects
Unverified Commit 992527fa authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

fix(util/yaml): reduce log level (#27605)

parent baf46579
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ export function parseYaml<ResT = unknown>(
if (options?.failureBehaviour !== 'filter') {
throw new Error('Failed to parse YAML file', { cause: result.error });
}
logger.debug(
logger.trace(
{ error: result.error, document: element },
'Failed to parse schema for YAML',
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment