create own logdriver
#14535
-
Hey there, I would like to create an own, custom logdriver for podman. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
mheon
Jun 8, 2022
Replies: 1 comment 2 replies
-
There is presently no plugin system - all log drivers must be implemented in Conmon. However, we are investigating a new version of Conmon that has been rewritten in Rust, and a log driver plugin system there would be a neat feature. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tiolan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is presently no plugin system - all log drivers must be implemented in Conmon. However, we are investigating a new version of Conmon that has been rewritten in Rust, and a log driver plugin system there would be a neat feature.