From 8d817d62c88f0cd6df3d33483af5d111ab3ad731 Mon Sep 17 00:00:00 2001 From: Vincent Bernardoff Date: Tue, 4 Sep 2018 17:10:12 +0900 Subject: [PATCH] Signer: initialize logging This adds the ability to govern the logging behaviour of the signer with environment variables. --- src/bin_signer/main_signer.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin_signer/main_signer.ml b/src/bin_signer/main_signer.ml index 969aef45b..f126d8856 100644 --- a/src/bin_signer/main_signer.ml +++ b/src/bin_signer/main_signer.ml @@ -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