fix: problems reported by dialyzer
This commit is contained in:
parent
3c5c3ebe1b
commit
6fd7a06c5d
|
@ -33,7 +33,7 @@
|
|||
extra = #{} :: map() | '_',
|
||||
start_at :: integer() | undefined | '_',
|
||||
end_at :: integer() | undefined | '_',
|
||||
formatter = plain :: plain | json
|
||||
formatter = plain :: plain | json | '_'
|
||||
}).
|
||||
|
||||
-define(SHARD, ?COMMON_SHARD).
|
||||
|
|
|
@ -46,7 +46,8 @@
|
|||
name := binary(),
|
||||
type := clientid | topic | ip_address,
|
||||
filter := emqx_types:clientid() | emqx_types:topic() | emqx_trace:ip_address(),
|
||||
payload_encode := text | hidden | hex
|
||||
payload_encode := text | hidden | hex,
|
||||
formatter => json | plain
|
||||
}.
|
||||
|
||||
-define(CONFIG(_LogFile_), #{
|
||||
|
|
Loading…
Reference in New Issue