Skip to content

Commit

Permalink
Merge pull request #16388 from MinaProtocol/amc-ie-cherrypick-config-…
Browse files Browse the repository at this point in the history
…logging

cherrypick - default logger for compile config should be null
  • Loading branch information
mrmr1993 authored Nov 26, 2024
2 parents 889607b + eef9eae commit f01cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cli/src/init/client.ml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let or_error_str ~f_ok ~error = function
| Error e ->
sprintf "%s\n%s\n" error (Error.to_string_hum e)

let load_compile_config ?(logger = Logger.create ()) config_files =
let load_compile_config ?(logger = Logger.null ()) config_files =
let%map conf = Runtime_config.Constants.load_constants ~logger config_files in
Runtime_config.Constants.compile_config conf

Expand Down

0 comments on commit f01cf0b

Please sign in to comment.