$SIG{__DIE__} = sub { my $logger = get_logger(); local $Log::Log4perl::caller_depth = $Log::Log4perl::caller_depth + 1; $logger->fatal("DIE @_"); };