Skip to content

Commit 8ba5e55

Browse files
Merge pull request #4 from blackjackkent/development
Changing logging table
2 parents 4ac369f + 966850e commit 8ba5e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RPThreadTrackerV3.BackEnd/nlog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<target name="database" xsi:type="AsyncWrapper" queueLimit="5000" overflowAction="Discard">
1515
<target xsi:type="Database" connectionString="${var:connectionstring}" >
1616
<commandText>
17-
insert into dbo.Log (
17+
insert into dbo.Logging (
1818
Application, Logged, Level, Message,
1919
Logger, CallSite, Exception, UserId
2020
) values (

0 commit comments

Comments
 (0)