Sfoglia il codice sorgente

fix format error

pull/412/head
lintingbin2009 8 anni fa
parent
commit
045a648739
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      README.md

+ 1
- 1
README.md Vedi File

@ -126,7 +126,7 @@ your app.config):
{lager, [
{log_root, "/var/log/hello"},
{handlers, [
{lager_console_backend, [{level, info}],
{lager_console_backend, [{level, info}]},
{lager_file_backend, [{file, "error.log"}, {level, error}]},
{lager_file_backend, [{file, "console.log"}, {level, info}]}
]}

Caricamento…
Annulla
Salva