devinbost commented on a change in pull request #10617:
URL: https://github.com/apache/pulsar/pull/10617#discussion_r634065047
##########
File path: site2/docs/functions-develop.md
##########
@@ -656,6 +656,185 @@ $ bin/pulsar-admin functions create \
All logs produced by `LoggingFunction` above can be accessed via the
`persistent://public/default/logging-function-logs` topic.
+#### Customize Function log level
+Additionally, you can use the XML file, `functions_log4j2.xml`, to customize
the function log level.
+To customize the function log level, create or update `functions_log4j2.xml`
in your Pulsar conf directory (for example, `/etc/pulsar/` on bare-metal, or
`/pulsar/conf` on Kubernetes) to contain contents such as:
Review comment:
@eolivelli I added a snippet on the Kubernetes path. Is this what you
were looking for?
--
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]