Subject: | Cannot adjust caller level |
https://github.com/polettix/Log-Log4perl-Tiny/issues/2
Currently Log::Log4perl::Tiny caller related placeholders are not accurate when using modules like Dancer::Logger::Log4perl.
When other modules such as Dancer::Logger::Log4perl sit between the "original" caller and Log::Log4perl::Tiny, the caller depth needs to be adjusted so that placeholders reference the original caller details and not the intermediate module.
Log::Log4perl has caller_depth which intermediate modules can adjust to accommodate this situation, but Log::Log4perl::Tiny does not.