Browse Source

Bug 32057: (QA follow-up) Remove pretty flag

Not needed for storage. You can always display pretty in the
interface (on a follow-up report).

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23.05.x
Marcel de Rooy 1 year ago
committed by Tomas Cohen Arazi
parent
commit
557c09b466
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      C4/Log.pm

2
C4/Log.pm

@ -110,7 +110,7 @@ sub logaction {
}
);
}
my $trace = @trace ? to_json( \@trace, { utf8 => 1, pretty => 1 } ) : undef;
my $trace = @trace ? to_json( \@trace, { utf8 => 1, pretty => 0 } ) : undef;
Koha::ActionLog->new(
{

Loading…
Cancel
Save