Skip to content

Commit

Permalink
change logging to info (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverblaze404 authored May 8, 2024
1 parent 71ad93b commit 012dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pact_escript.escript
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main([Module, Function | Args]) ->
AList1
end
end,
pact:enable_logging(warn),
pact:enable_logging(info),
Result = erlang:apply(ModuleAtom, FunctionAtom, ArgsList),
case Result of
ReturnValue when is_integer(ReturnValue) ->
Expand Down

0 comments on commit 012dd0a

Please sign in to comment.