Skip to content

Commit 77d7e31

Browse files
authored
Merge pull request #30 from serilog/dev
2.2.0 Release
2 parents d310c47 + 5266181 commit 77d7e31

File tree

7 files changed

+37
-7614
lines changed

7 files changed

+37
-7614
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,5 @@ FakesAssemblies/
194194

195195
# Visual Studio 6 workspace options file
196196
*.opt
197+
198+
project.lock.json

Diff for: sample/Sample/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Name": "File",
2020
"Args": {
2121
"path": "%TEMP%\\Logs\\serilog-configuration-sample.txt",
22-
"outputTemplate": "{Timestamp:o} [{Level,3:u}] ({Application}/{MachineName}/{ThreadId}) {Message}{NewLine}{Exception}"
22+
"outputTemplate": "{Timestamp:o} [{Level:u3}] ({Application}/{MachineName}/{ThreadId}) {Message}{NewLine}{Exception}"
2323
}
2424
}
2525
],

Diff for: sample/Sample/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"Microsoft.Extensions.Configuration.Json": "1.0.0",
88
"Serilog.Settings.Configuration": {"target": "project"},
99
"Serilog.Sinks.Literate": "2.0.0",
10-
"Serilog.Sinks.File": "2.1.0",
10+
"Serilog.Sinks.RollingFile": "3.0.0",
1111
"Serilog.Enrichers.Environment": "2.0.0",
1212
"Serilog.Enrichers.Thread": "2.0.0"
1313
},
1414
"frameworks": {
1515
"net4.6": {
1616
"buildOptions": {
17-
"preserveCompilationContext": true
17+
"preserveCompilationContext": false
1818
}
1919
},
2020
"netcoreapp1.0": {

0 commit comments

Comments
 (0)