-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Allow setting a destination for log messages from wasm plugins #22669
Comments
@PiotrSikora Would be great to hear your thoughts on this. /cc @mathetake |
This looks fine. One thing to keep in mind is that the current Proxy-Wasm ABI and various trivial integration (e.g. cc @mpwarres |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
@kyessenov could you reopen this as well? Thanks! |
xref #31148 |
Title: Allow setting a destination for log messages from wasm plugins
Description:
Currently, logging from wasm plugins all go to envoy's app logs. However, there are use cases for separating out log files for specific domains - for example, a WAF filter will often need to have a separate audit log which is used for actioning on suspicious events.
One approach could be for the config to define log destinations
And the log ABI would be extended to accept a log destination string which would be mapped with that config.
[optional Relevant Links:]
#22557 (comment)
The text was updated successfully, but these errors were encountered: