this plugin will publish logs from your project into the build directory after a build finishes by default, it will publish files it finds that match the pattern
log/*log
but it can be configured to match any number of patterns like this
project.log_publisher.globs = ['log/*.log', 'tmp/*']