Looking for PostgreSQL or MySQL LogAppender

烂漫一生 提交于 2019-12-25 08:28:57

问题


Has anyone point me to a PostgreSQL log appender for kaa? Thanks a lot!

James


回答1:


We had a requirement similar to this. We wrote a custom JDBC log appender which was very customized for our needs and requirements.




回答2:


You can find a guide to creating custom log appender in documentation. Also here is the code examples of log appenders available in Kaa by default.




回答3:


I used Django and postgres on AWS and created a rest API within the django app. Was quite easy to set it up. You can reference the procedure here. It all worked fine with the already built-in REST log appender in the kaa sandbox.



来源:https://stackoverflow.com/questions/42312342/looking-for-postgresql-or-mysql-logappender

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!