Explorar el Código

ft: 日志等级格式不能有空格

master
lijie hace 2 años
padre
commit
5d59a8700b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      include/lgDef.hrl

+ 2
- 2
include/lgDef.hrl Ver fichero

@ -70,8 +70,8 @@
-define(LgDefHandler,
[
% {lgBkdConsole, [{level, '>=info'}]},
{lgBkdFile, [{id, info}, {file, <<"info.log">>}, {level, '>= info'}, {size, 10485760}, {date, <<"$D0">>}]},
{lgBkdFile, [{id, error}, {file, <<"error.log">>}, {level, '>= error'}, {size, 10485760}, {date, <<"$D0">>}]}
{lgBkdFile, [{id, info}, {file, <<"info.log">>}, {level, '>=info'}, {size, 10485760}, {date, <<"$D0">>}]},
{lgBkdFile, [{id, error}, {file, <<"error.log">>}, {level, '>=error'}, {size, 10485760}, {date, <<"$D0">>}]}
]).
-record(lgShaper, {

Cargando…
Cancelar
Guardar