From bf9508ff18ad18567c4e9e3a3c644d26b311c3bd Mon Sep 17 00:00:00 2001 From: chylli-binary Date: Mon, 23 Mar 2020 15:00:29 +0800 Subject: [PATCH] change infof to debugf --- lib/WebService/Async/Onfido/Check.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebService/Async/Onfido/Check.pm b/lib/WebService/Async/Onfido/Check.pm index 42e92d1..b74e543 100644 --- a/lib/WebService/Async/Onfido/Check.pm +++ b/lib/WebService/Async/Onfido/Check.pm @@ -33,7 +33,7 @@ sub reports { return $self->onfido->report_list( check_id => $self->id, %args - )->map(sub { $log->infof('Have report %s', $_->as_string); $_->{check} = $self; $_ }); + )->map(sub { $log->debugf('Have report %s', $_->as_string); $_->{check} = $self; $_ }); } 1;