Skip to content

Commit 270bdf8

Browse files
🩹 [Patch]: Add Debug configuration to Module.Configuration.ps1 for enhanced logging control
1 parent d2ad465 commit 270bdf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎scripts/tests/Module/Module.Configuration.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
CodeCoverage = @{
66
Enabled = $true
77
}
8+
Debug = @{
9+
WriteDebugMessages = $true
10+
}
811
Output = @{
912
Verbosity = 'Detailed'
1013
}

0 commit comments

Comments
 (0)