Skip to content

Commit

Permalink
Update transports.md (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninesalt authored and DABH committed Aug 15, 2019
1 parent e325793 commit 2d44d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ logger.add(new winston.transports.File(options));
```

The File transport supports a variety of file writing options. If you are
looking for daily log rotation see [DailyRotateFile]
looking for daily log rotation see [DailyRotateFile](#dailyrotatefile-transport)

* __level:__ Level of messages that this transport should log (default: level set on parent logger).
* __silent:__ Boolean flag indicating whether to suppress output (default false).
Expand Down

0 comments on commit 2d44d64

Please sign in to comment.