Created
July 25, 2012 15:27
-
-
Save jelder/3176777 to your computer and use it in GitHub Desktop.
Chef logs: threat or menace?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2012-07-25T15:22:50+00:00] INFO: Processing log[my message] action write (example::default line 5) | |
[2012-07-25T15:22:50+00:00] INFO: my message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Chef's logging mechanism is laughably verbose. The most trivial message will | |
# be logged twice, and the most common need, to see only the changes made to | |
# a system, is impossible. | |
log "my message" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also, you can turn off the "Processing" lines