extra logging

This commit is contained in:
2023-09-06 06:46:52 -07:00
parent 45113c3144
commit 6ad13b0e35
2 changed files with 4 additions and 1 deletions

View File

@@ -590,6 +590,7 @@
:bulk_code_transactions {:type :message
:args {:filters {:type :transaction_filters}
:vendor {:type :id}
:client_id {:type :id}
:approval_status {:type :transaction_approval_status}
:accounts {:type '(list :edit_percentage_account)}
:ids {:type '(list :id)}}

View File

@@ -224,7 +224,9 @@
[client-id])
x-clients)
(catch Exception e
(alog/warn ::cant-access :error e)
(alog/warn ::cant-access :error e
:identity identity
:x-clients (pr-str x-clients))
:all))
new-request (if x-clients
(assoc-in request [:session :client-selection] x-clients)