Skip to content

Commit

Permalink
STAGING-ONLY Enable SOAP debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton committed May 14, 2024
1 parent b9e8f1e commit ce7d2de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perllib/Integrations/Whitespace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use strict;
use warnings;
use Moo;

use SOAP::Lite +trace => [qw(debug)];

with 'Integrations::Roles::SOAP';
with 'Integrations::Roles::ParallelAPI';

Expand Down

0 comments on commit ce7d2de

Please sign in to comment.