secure_channel: Use counter module for transaction id
This commit is contained in:
parent
97b957742f
commit
4ea72c73b4
11 changed files with 74 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue