Details
Description
i've been using a custom "log" resource that I like because it cleans up my recipes. Here's the syntax and examples:
- Sends a string from a recipe to a log provider
#
log "some string to log" do
level :info # (default) also supports :warn, :debug, and :error
end
- === Example
log "your string to log"
- or
log "a debug string" { level :debug }
Activity
- All
- Comments
- History
- Activity
- Transitions Summary
Cary Penniman
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Cary Penniman [ caryp ] | Adam Jacob [ adam ] |
| Resolution | Fixed [ 1 ] |
Adam Jacob
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | jira [ 11383 ] | New OSS [ 19045 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | New OSS [ 19045 ] | OSS: Product Management [ 26953 ] |