Signer: initialize logging
This adds the ability to govern the logging behaviour of the signer with environment variables.
This commit is contained in:
parent
f2961db740
commit
8d817d62c8
@ -301,6 +301,7 @@ let main () =
|
||||
(module Tezos_signer_backends.Unencrypted) ;
|
||||
Client_keys.register_signer
|
||||
(module Tezos_signer_backends.Ledger) ;
|
||||
Logging_unix.init () >>= fun () ->
|
||||
let commands =
|
||||
Clic.add_manual
|
||||
~executable_name
|
||||
|
Loading…
Reference in New Issue
Block a user