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:
parent
cf1a43e2a1
commit
557c09b466
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue