secure_channel: Use counter module for transaction id

This commit is contained in:
Eishun Kondoh 2018-12-12 01:25:59 +09:00
parent 97b957742f
commit 4ea72c73b4
11 changed files with 74 additions and 45 deletions

View file

@ -11,7 +11,7 @@ config :tres,
callback_args: []
config :logger,
level: :info,
format: "$date $time [$level] $metadata$message\n",
metadata: [:application],
level: :debug,
format: "$date $time [$level] $message\n",
metadata: [],
handle_otp_reports: true