Skip to content

Commit

Permalink
updates build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Updyke committed Mar 11, 2024
1 parent 801181e commit d0d0e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Ghosts.Animator/ghosts.animator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<Description>GHOSTS ANIMATOR - please email ddupdyke at sei.cmu.edu with bugs/requests/other</Description>
<Copyright>Carnegie Mellon University 2020</Copyright>
<NoWarn>NU1701</NoWarn>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>


<LangVersion>7.3</LangVersion>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Ghosts.Api/nlog.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<target name="console" xsi:type="Console" />
</targets>
<rules>
<logger name="*" minlevel="Trace" writeTo="logfile" />
<logger name="*" minlevel="Trace" writeTo="console" />
<logger name="*" minlevel="Info" writeTo="logfile" />
<logger name="*" minlevel="Info" writeTo="console" />
</rules>
</nlog>

0 comments on commit d0d0e33

Please sign in to comment.