问题
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