Skip to content

Commit

Permalink
fix nlog mongodb collectionName
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaYu committed May 12, 2023
1 parent 59def44 commit 3ba009e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<target xsi:type="Mongo" name="mongoCustom"
includeDefaults="true"
connectionString="${configsetting:item=MongoDb.ConnectionString}"
collectionName="LoggingLogs"
collectionName="LoggerLog"
cappedCollectionSize="26214400">
<field name="Date" layout="${date}" bsonType="DateTime" />
<field name="Level" layout="${level}" />
Expand Down

0 comments on commit 3ba009e

Please sign in to comment.