Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subscriber: document that directives are comma-separated (#1637)
Previously, the documentation explained that an `EnvFilter` consisted of multiple directives, but didn't describe how to actually put these directives together. (My first guess was "with spaces", but that was wrong.) This patch changes the documentation to say that directives are comma-separated, and gives an example of a comma-separated filter.
- Loading branch information