diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.ml b/src/main.ml index 10b592e4..1c2b0fe8 100644 --- a/src/main.ml +++ b/src/main.ml @@ -55,6 +55,7 @@ let () = invariants_log#set_level EL.Warning; symbolic_to_pure_log#set_level EL.Debug; pure_micro_passes_log#set_level EL.Debug; + pure_to_extract_log#set_level EL.Debug; translate_log#set_level EL.Debug; (* Load the module *) let json = Yojson.Basic.from_file !filename in |