View | Details | Raw Unified | Return to bug 30242
Collapse All | Expand All

(-)a/Koha/REST/V1.pm (+3 lines)
Lines 42-47 Overloaded Mojolicious->startup method. It is called at application startup. Link Here
42
sub startup {
42
sub startup {
43
    my $self = shift;
43
    my $self = shift;
44
44
45
    my $level = C4::Context->config('mojo_log_level') || 'warn';
46
    $self->log->level($level);
47
45
    $self->hook(
48
    $self->hook(
46
        before_dispatch => sub {
49
        before_dispatch => sub {
47
            my $c = shift;
50
            my $c = shift;
(-)a/debian/templates/koha-conf-site.xml.in (-1 / +2 lines)
Lines 449-453 __END_SRU_PUBLICSERVER__ Link Here
449
   <vhost>__MESSAGE_BROKER_VHOST__</vhost>
449
   <vhost>__MESSAGE_BROKER_VHOST__</vhost>
450
 </message_broker>
450
 </message_broker>
451
451
452
 <mojo_log_level>warn</mojo_log_level>
453
452
</config>
454
</config>
453
</yazgfs>
455
</yazgfs>
454
- 

Return to bug 30242