Skip to content

Commit

Permalink
Merge pull request #85 from austbot/master
Browse files Browse the repository at this point in the history
Adds note about tracing
  • Loading branch information
hashmap authored Mar 6, 2018
2 parents c84bdb4 + 3d5f5ff commit d3b6b51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Usage:

CLAIR_ADDR=http://localhost CLAIR_OUTPUT=High CLAIR_THRESHOLD=10 DOCKER_USER=me DOCKER_PASSWORD=secret klar postgres:9.5.1

### Debug Output
You can enable more verbose output but setting `KLAR_TRACE` to true.
* run `export KLAR_TRACE=true` to persist between runs.

## Dockerized version

Klar can be dockerized. Go to `$GOPATH/src/github.com/optiopay/klar` and build Klar in project root. If you are on Linux:
Expand Down

0 comments on commit d3b6b51

Please sign in to comment.