Skip to content

Commit ba8d046

Browse files
committed
feat: log sourcePaths in tree source content fetching
1 parent bde3aa8 commit ba8d046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Source/Tree/TreeSourceFetcher.php

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function fetch(SourceInterface $source, ModifiersApplierInterface $modifi
4949
$this->logger?->info('Fetching tree source content', [
5050
'description' => $source->getDescription(),
5151
'basePath' => $this->basePath,
52+
'sourcePaths' => $source->sourcePaths,
5253
'renderFormat' => $source->renderFormat,
5354
'hasModifiers' => !empty($source->modifiers),
5455
]);

0 commit comments

Comments
 (0)