Skip to content

Commit

Permalink
Always enable debug logging when running from Visual Studio.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiates committed Apr 6, 2023
1 parent b82578f commit ea27e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dali-rp2.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<TestFramework>pytest</TestFramework>
<UnitTestPattern>test*.py</UnitTestPattern>
<UnitTestRootDirectory>tests</UnitTestRootDirectory>
<Environment>LOG_LEVEL=DEBUG</Environment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
Expand Down

0 comments on commit ea27e8c

Please sign in to comment.