chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Move chef logging configuration to Startup #12

Closed marcparadise closed 6 years ago

marcparadise commented 6 years ago

Rather than have some logging set up in Startup::setup_logging and some in CLI::configure_chef, this puts both into setup_logging

This also adds setup of error handling for threads to Startup.