We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a168f0 commit 3f10872Copy full SHA for 3f10872
1 file changed
docs/logging.md
@@ -34,8 +34,6 @@ both parameter and block forms:
34
## Configuration
35
For general information on configuring the buildpack, refer to [Configuration and Extension][].
36
37
-Logging can be configured by modifying the [`config/logging.yml`][] file.
38
-
39
The log level is configured by setting an environment variable
40
`$JBP_LOG_LEVEL` to one of:
41
@@ -46,7 +44,7 @@ For example:
46
44
cf set-env <app name> JBP_LOG_LEVEL DEBUG
47
45
48
If `JBP_LOG_LEVEL` is not set, the default log level is read from the configuration in
49
-`config/logging.yml`.
+[`config/logging.yml`][].
50
51
The logging levels in `JBP_LOG_LEVEL` and `config/logging.yml` may be
52
specified using any mixture of upper and lower case.
0 commit comments