You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Serilog.Sinks.File [](https://ci.appveyor.com/project/serilog/serilog-sinks-file)[](https://www.nuget.org/packages/Serilog.Sinks.File/)[](https://github.com/serilog/serilog/wiki)[](https://gitter.im/serilog/serilog)
2
2
3
3
Writes [Serilog](https://serilog.net) events to a text file.
4
4
@@ -8,7 +8,7 @@ var log = new LoggerConfiguration()
8
8
.CreateLogger();
9
9
```
10
10
11
-
To avoid sinking apps with runaway disk usage the file sink **limits file size to 1GB by default**. The limit can be increased or removed using the `fileSizeLimitBytes` parameter.
11
+
To avoid bringing down apps with runaway disk usage the file sink **limits file size to 1GB by default**. The limit can be increased or removed using the `fileSizeLimitBytes` parameter.
@@ -22,6 +22,4 @@ Or in XML [app-settings format](https://github.com/serilog/serilog/wiki/AppSetti
22
22
23
23
> **Important:** Only one process may write to a log file at a given time. For multi-process scenarios, either use separate files or one of the non-file-based sinks.
0 commit comments