Bug 25172: Remove _recheck_logfile
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 16 Apr 2020 14:12:32 +0000 (16:12 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 22 Apr 2020 12:43:58 +0000 (13:43 +0100)
commitfb9268417bfd9e39f50053e948291c77530609a1
treefb3ffa888208ced9590993bfa4dcc1ec63ab1260
parentbfa921665abfc4fcf8c5c3bc5f115769bf2c9f55
Bug 25172: Remove _recheck_logfile

I don't understand how that could be useful. We do not want to test if
the logfile is writable every time we log something!

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