HomePhorge

Don't use features to check for color in logging
91a4a7d683d7Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Don't use features to check for color in logging

The ansicolor feature was causing infinite recursion when it failed to load,
because it's used in logging and features tried to log when it failed to load.
Since logging should be usable at nearly any point in the system's life, it's
best to not depend on features at all.

Details

Event Timeline

Patrick Carlisle <patrick@puppetlabs.com> committed rPU91a4a7d683d7: Don't use features to check for color in logging (authored by Patrick Carlisle <patrick@puppetlabs.com>).May 8 2012, 7:49 PM