This is an automated email from the ASF dual-hosted git repository.
GWphua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new c822ac8f04c docs: fix off-by-one line anchor in docker tutorial
DRUID_LOG4J link (#19487)
c822ac8f04c is described below
commit c822ac8f04c2ccc08631b21c6e8bbc3db9e1336d
Author: nuyb <[email protected]>
AuthorDate: Thu May 21 15:10:21 2026 +0900
docs: fix off-by-one line anchor in docker tutorial DRUID_LOG4J link
(#19487)
The `DRUID_LOG4J` bullet in the Docker tutorial points at line 52 of the
example `distribution/docker/environment` file, but that line is empty.
The actual `DRUID_LOG4J=` entry is on line 51, so the anchor lands one
line below the target. Off by one.
Update the anchor from `#L52` to `#L51` so the link lands on the
`DRUID_LOG4J=` row in the current file layout.
---
docs/tutorials/docker.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tutorials/docker.md b/docs/tutorials/docker.md
index 61825b01341..b8b06b346cc 100644
--- a/docs/tutorials/docker.md
+++ b/docs/tutorials/docker.md
@@ -81,7 +81,7 @@ Production configuration:
Logging configuration:
-* `DRUID_LOG4J` -- set the entire [`log4j.xml` configuration
file](https://logging.apache.org/log4j/2.x/manual/configuration.html#XML)
verbatim.
([Example](https://github.com/apache/druid/blob/{{DRUIDVERSION}}/distribution/docker/environment#L52))
+* `DRUID_LOG4J` -- set the entire [`log4j.xml` configuration
file](https://logging.apache.org/log4j/2.x/manual/configuration.html#XML)
verbatim.
([Example](https://github.com/apache/druid/blob/{{DRUIDVERSION}}/distribution/docker/environment#L51))
* `DRUID_LOG_LEVEL` -- override the default [Log4j log
level](https://en.wikipedia.org/wiki/Log4j#Log4j_log_levels)
* `DRUID_SERVICE_LOG4J` -- set the entire [`log4j.xml` configuration
file](https://logging.apache.org/log4j/2.x/manual/configuration.html#XML)
verbatim specific to a service.
* `DRUID_SERVICE_LOG_LEVEL` -- override the default [Log4j log
level](https://en.wikipedia.org/wiki/Log4j#Log4j_log_levels) in the service
specific log4j.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]