Skip to content

Commit

Permalink
Update api.md - typo in default of options.base (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
osher authored Dec 25, 2024
1 parent 4df424c commit 16ef66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ child.info('User authenticated!')
<a id=opt-base></a>
#### `base` (Object)

Default: `{pid: process.pid, hostname: os.hostname}`
Default: `{pid: process.pid, hostname: os.hostname()}`

Key-value object added as child logger to each log line.

Expand Down

0 comments on commit 16ef66d

Please sign in to comment.