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
Copy file name to clipboardExpand all lines: docs/file.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ The file appender writes log events to a file. It supports an optional maximum f
10
10
`maxLogSize` can also accept `string` with the size suffixes: **_K_**, **_M_**, **_G_** such as `1K`, `1M`, `1G`.
11
11
-`backups` - `integer` (optional, defaults to 5) - the number of old log files to keep during log rolling (excluding the hot file).
12
12
-`layout` - (optional, defaults to basic layout) - see [layouts](layouts.md)
13
+
-`removeColor` - `boolean` (optional, defaults to false) - remove embedded ANSI color sequence
13
14
14
15
Any other configuration parameters will be passed to the underlying [streamroller](https://github.com/nomiddlename/streamroller) implementation (see also node.js core file streams):
0 commit comments