Ver a proveniência

Fix sink name typo in docs

Addresses #287
pull/341/head
Mark Allen há 9 anos
ascendente
cometimento
2ddda7dbd9
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver ficheiro

@ -553,7 +553,7 @@ Traces are specific to a sink, which can be specified via trace
filters: filters:
```erlang ```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. If no sink is thus specified, the default lager sink will be used.

Carregando…
Cancelar
Guardar