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>
This commit is contained in:
Marcel de Rooy 2023-02-22 13:50:10 +00:00 committed by Tomas Cohen Arazi
parent cf1a43e2a1
commit 557c09b466
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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(
{