-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[doc] update doc for debezium connector and log-topic message #11451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
site2/docs/functions-debug.md
Outdated
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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 | |
| 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. |
|
Thanks for your contribution. Does this affect only master or other versioned docs? |
should affect master only |
…#11451) * update doc * update
…#11451) * update doc * update
…#11451) * update doc * update
Motivation
Update documentation for recent changes in: #11399 and #11251
@Anonymitaet Please help take a look.