Bug 25172: Make Koha::Logger explode if init went wrong
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 16 Apr 2020 14:11:02 +0000 (16:11 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 22 Apr 2020 12:43:49 +0000 (13:43 +0100)
commitbfa921665abfc4fcf8c5c3bc5f115769bf2c9f55
tree5cd2bb42593f1190e23c1490ca2a930042087c1a
parent10b60d577053843c2b8935be696ecbf762d7f584
Bug 25172: Make Koha::Logger explode if init went wrong

We do not want to fail silently for the logger.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Logger.pm