File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ A logger accepts the following parameters:
152
152
153
153
| Name | Default | Description |
154
154
| ------------- | --------------------------- | --------------- |
155
- | ` level ` | ` 'info' ` | Log only if [ ` info.level ` ] ( #streams-objectmode-and-info-objects ) less than or equal to this level |
155
+ | ` level ` | ` 'info' ` | Log only if [ ` info.level ` ] ( #streams-objectmode-and-info-objects ) is less than or equal to this level |
156
156
| ` levels ` | ` winston.config.npm.levels ` | Levels (and colors) representing log priorities |
157
157
| ` format ` | ` winston.format.json ` | Formatting for ` info ` messages (see: [ Formats] ) |
158
158
| ` transports ` | ` [] ` _ (No transports)_ | Set of logging targets for ` info ` messages |
@@ -456,7 +456,7 @@ considered for future releases.
456
456
caller. (See: [ Filtering ` info ` Objects] ( #filtering-info-objects ) ) below.
457
457
458
458
` winston.format ` is designed to be as simple as possible. To define a new
459
- format simple pass it a ` transform(info, opts) ` function to get a new
459
+ format, simply pass it a ` transform(info, opts) ` function to get a new
460
460
` Format ` .
461
461
462
462
The named ` Format ` returned can be used to create as many copies of the given
You can’t perform that action at this time.
0 commit comments