Anonymitaet commented on a change in pull request #11451:
URL: https://github.com/apache/pulsar/pull/11451#discussion_r676230577
##########
File path: site2/docs/functions-debug.md
##########
@@ -180,6 +180,11 @@ $ bin/pulsar-admin functions create \
# Other function configs
```
+The message published to log topic contains several properties for better
reasoning:
+- `loglevel` -- level of the log message
+- `fqn` -- fully qualified function name pushes this log message
+- `instance` -- the id of the function instance pushes this log message
Review comment:
```suggestion
The message published to log topic contains several properties for better
reasoning:
- `loglevel` -- the level of the log message.
- `fqn` -- fully qualified function name pushes this log message.
- `instance` -- the ID of the function instance pushes this log message.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]