Skip to content

Commit 3f10872

Browse files
author
Glyn Normington
committed
Fix logging markdown
1 parent 9a168f0 commit 3f10872

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/logging.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ both parameter and block forms:
3434
## Configuration
3535
For general information on configuring the buildpack, refer to [Configuration and Extension][].
3636

37-
Logging can be configured by modifying the [`config/logging.yml`][] file.
38-
3937
The log level is configured by setting an environment variable
4038
`$JBP_LOG_LEVEL` to one of:
4139

@@ -46,7 +44,7 @@ For example:
4644
cf set-env <app name> JBP_LOG_LEVEL DEBUG
4745

4846
If `JBP_LOG_LEVEL` is not set, the default log level is read from the configuration in
49-
`config/logging.yml`.
47+
[`config/logging.yml`][].
5048

5149
The logging levels in `JBP_LOG_LEVEL` and `config/logging.yml` may be
5250
specified using any mixture of upper and lower case.

0 commit comments

Comments
 (0)