Fix to use ETS based transaction_id counter

This commit is contained in:
Eishun Kondoh 2018-03-18 22:35:03 +09:00
parent 25b0271ab1
commit 57611f9dc0
3 changed files with 28 additions and 17 deletions

View file

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