Skip to content

Commit 6eca24f

Browse files
🔊 Log json patching progress.
1 parent 5994de5 commit 6eca24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/lapidary/render/plugins.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async def process_mapping(self, model: dict, config: Config, project_root: anyio
2222
from jsonpointer import JsonPointerException
2323

2424
async for path, patch in self.load_patches(project_root / 'openapi/patches'):
25-
logger.debug('Applying patches from %s', path)
25+
logger.info('Applying patches from %s', path)
2626
try:
2727
model = patch.apply(model)
2828
except JsonPointerException as error:

0 commit comments

Comments
 (0)