Skip to content

Commit 9b8a4f2

Browse files
authored
#73 Updating to reflect new options.
1 parent 80df9c1 commit 9b8a4f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The DailyRotateFile transport can rotate files by minute, hour, day, month, year
3030

3131
* __datePattern:__ A string representing the pattern to be used when appending the date to the filename (default 'yyyy-MM-dd'). The meta characters used in this string will dictate the frequency of the file rotation. For example, if your datePattern is simply 'HH' you will end up with 24 log files that are picked up and appended to every day.
3232
* __prepend:__ Defines if the rolling time of the log file should be prepended at the beginning of the filename (default 'false').
33+
* __localTime:__ A boolean to define whether time stamps should be local (default 'false' means that UTC time will be used).
34+
* __zippedArchive:__ A boolean to define whether or not to gzip archived log files (default 'false').
3335

3436
Valid meta characters in the datePattern are:
3537

0 commit comments

Comments
 (0)