Skip to content

Commit

Permalink
Merge pull request #86 from nixhantb/feature/nishantb/authentication
Browse files Browse the repository at this point in the history
restructure the architecture
  • Loading branch information
nixhantb authored Jan 22, 2025
2 parents b4773ae + ebf047c commit 8d42ca3
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Server/JobLeet.WebApi/nlog.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true"
internalLogLevel="Trace"
internalLogFile="c:\temp\logs.txt">
internalLogFile="D:\Logs\Internal\logs.txt">

<targets>
<target name="logfile" xsi:type="File"
fileName="c:\temp\logs.txt"
fileName="D:\Logs\JobLeet\log.txt"
layout="${longdate} ${level:uppercase=true} ${message}"/>
</targets>

<rules>
<logger name="*" minlevel="Debug" writeTo="logfile" />
</rules>
</nlog>
</nlog>

0 comments on commit 8d42ca3

Please sign in to comment.