Skip to content

Commit

Permalink
interp/wasman: attach Logger to mechanoid.Debug to reduce unwanted noise
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Mar 8, 2024
1 parent 5cac6a6 commit 5fcba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interp/wasman/interp.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (i *Interpreter) Load(code engine.Reader) error {

conf := config.ModuleConfig{
Recover: true,
Logger: mechanoid.Log,
Logger: mechanoid.Debug,
}

var err error
Expand Down

0 comments on commit 5fcba5b

Please sign in to comment.