tillrohrmann commented on a change in pull request #12236:
URL: https://github.com/apache/flink/pull/12236#discussion_r427105554
##########
File path: docs/monitoring/logging.md
##########
@@ -35,7 +35,7 @@ Log4j2 is controlled using property files. In Flink's case,
the file is usually
Flink ships with the following default properties files:
- `log4j-cli.properties`: Used by the Flink command line client (e.g. `flink
run`) (not code executed on the cluster)
-- `log4j-yarn-session.properties`: Used by the Flink command line client when
starting a YARN session (`yarn-session.sh`)
+- `log4j-session.properties`: Used by the Flink command line client when
starting a YARN session (`yarn-session.sh`)
Review comment:
```suggestion
- `log4j-session.properties`: Used by the Flink command line client when
starting a YARN or Kubernetes session (`yarn-session.sh`,
`kubernetes-session.sh`)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]