8000 Merge pull request #260 from DerKnerd/patch-1 · yanxi123-com/log4js-node@6d7cab3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d7cab3

Browse files
committed
Merge pull request log4js-node#260 from DerKnerd/patch-1
Update README.md
2 parents c624aef + e07adf2 commit 6d7cab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ For FileAppender you can also pass the path to the log directory as an option wh
108108
log4js.configure('my_log4js_configuration.json', { cwd: '/absolute/path/to/log/dir' });
109109
```
110110
If you have already defined an absolute path for one of the FileAppenders in the configuration file, you could add a "absolute": true to the particular FileAppender to override the cwd option passed. Here is an example configuration file:
111-
```json
111+
112112
#### my_log4js_configuration.json ####
113+
```json
113114
{
114115
"appenders": [
115116
{

0 commit comments

Comments
 (0)
0