deis / router

Edge router for Deis Workflow
https://deis.com
MIT License
80 stars 57 forks source link

docs(README): Remove `debug` from description in error-log-level. #268

Closed monaka closed 8 years ago

monaka commented 8 years ago

I got the error like this. "debug" is not valid.

2016-10-04 00:13:32.353662 I | WARNING: Field "router.deis.io/nginx.errorLogLevel" value "debug" does not satisfy constraint /^(info|notice|warn|error|crit|alert|emerg)$/ -- skipping this field and using default value "error".
deis-admin commented 8 years ago

Thanks for the contribution! Please ensure your commits follow our style guide. This code will be tested once a Deis maintainer reviews it.

deis-bot commented 8 years ago

@krancour, @arschles and @kmala are potential reviewers of this pull request based on my analysis of git blame information. Thanks @monaka!

helgi commented 8 years ago

See https://github.com/deis/router/pull/267 - it adds debug

monaka commented 8 years ago

I see. It's good to support debug. I close this PR.