Skip to content

Commit

Permalink
Add support for debug logging to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoodman committed Mar 8, 2017
1 parent 2ba09e7 commit 66f9f9c
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 172 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ The workflow compiler allows you to build compound webtasks that have one of two
```json
{"webtask-hacks":"1.0.1"}
```

4. Optionally, set the `wt-workflow-debug` metadata property to a number corresponding to the minimum level of logs that will be output to your webtask logs.

Supported levels are as follows:

```
20: debug
30: info
40: warn
50: error
```
Loading

0 comments on commit 66f9f9c

Please sign in to comment.