ソースを参照

Removed incorrect ']}' from example config.

pull/148/head
h4cc 12年前
コミット
99dd334b7c
1個のファイルの変更0行の追加2行の削除
  1. +0
    -2
      README.md

+ 0
- 2
README.md ファイルの表示

@ -81,7 +81,6 @@ your app.config):
{lager_console_backend, info},
{lager_file_backend, [{file, "error.log"}, {level, error}]},
{lager_file_backend, [{file, "console.log"}, {level, info}]}
]}
]}
]}.
```
@ -102,7 +101,6 @@ for the backend:
{lager_file_backend, [{name, "error.log"}, {level, error}, {formatter, lager_default_formatter},
{formatter_config, [date, " ", time," [",severity,"] ",pid, " ", message, "\n"]}]},
{lager_file_backend, [{name, "console.log"}, {level, info}]}
]}
]}
]}.
```

読み込み中…
キャンセル
保存