소스 검색

Merge pull request #341 from basho/gh287

Fix sink name typo in docs

Reviewed-by: macintux
pull/355/head
Bishop Bors 9 년 전
부모
커밋
01a3c3dc98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      README.md

+ 1
- 1
README.md 파일 보기

@ -553,7 +553,7 @@ Traces are specific to a sink, which can be specified via trace
filters:
```erlang
lager:trace_file("log/security.log", [{sink, audit}, {function, myfunction}], warning)
lager:trace_file("log/security.log", [{sink, audit_event}, {function, myfunction}], warning)
```
If no sink is thus specified, the default lager sink will be used.

불러오는 중...
취소
저장