Skip to content

Commit ea27e8c

Browse files
committed
Always enable debug logging when running from Visual Studio.
1 parent b82578f commit ea27e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dali-rp2.pyproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<TestFramework>pytest</TestFramework>
1818
<UnitTestPattern>test*.py</UnitTestPattern>
1919
<UnitTestRootDirectory>tests</UnitTestRootDirectory>
20+
<Environment>LOG_LEVEL=DEBUG</Environment>
2021
</PropertyGroup>
2122
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
2223
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />

0 commit comments

Comments
 (0)