Log ERROR to stderr and rest to stdout. (#576)

This commit is contained in:
Darko Poljak 2017-09-13 13:06:06 +02:00 committed by GitHub
commit 08bc38dd0f
3 changed files with 45 additions and 8 deletions

View file

@ -17,6 +17,7 @@ next:
* Core: Add -l/--log-level option (Darko Poljak)
* Type __install_stage: Fix __debug -> __cdist_log_level (Darko Poljak)
* Documentation: Document __cdist_log_level (Darko Poljak)
* Core: Log ERROR to stderr and rest to stdout (Darko Poljak, Steven Armstrong)
4.6.1: 2017-08-30
* Type __user: Explore with /etc files (passwd, group, shadow) (Philippe Gregoire)