Skip to content

Commit 6ce719d

Browse files
committed
Revert "Reduce logs"
This reverts commit 38f26bc.
1 parent 2a648b0 commit 6ce719d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Elastic.Markdown/Links/InboundLinks/LinkIndexLinkChecker.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public async Task CheckWithLocalLinksJson(IDiagnosticsCollector collector, strin
5757
if (string.IsNullOrEmpty(localLinksJson))
5858
throw new ArgumentNullException(nameof(repository));
5959

60+
_logger.LogInformation("Checking '{Repository}' with local '{LocalLinksJson}'", repository, localLinksJson);
61+
6062
if (!Path.IsPathRooted(localLinksJson))
6163
localLinksJson = Path.Combine(Paths.WorkingDirectoryRoot.FullName, localLinksJson);
6264

0 commit comments

Comments
 (0)