mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Merge pull request #1321 from gkalpak/patch-1
docs(migration-guide): fix typo (`have been remove` --> `have been removed`)
This commit is contained in:
commit
46ddb075d8
@ -39,7 +39,7 @@ Then your v2 config should be something like this:
|
||||
}}
|
||||
```
|
||||
|
||||
The functions to define the configuration programmatically have been remove (`addAppender`, `loadAppender`, etc). All configuration should now be done through the single `configure` function, passing in a filename or object.
|
||||
The functions to define the configuration programmatically have been removed (`addAppender`, `loadAppender`, etc). All configuration should now be done through the single `configure` function, passing in a filename or object.
|
||||
|
||||
## Console replacement
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user