Closed tmizohata-alist closed 7 months ago
Hi @tmizohata-alist
Thank you for reporting this issue and your investigation. My mistake was not carefully reading the kong.log documentation. I should have used kong.log.warn
instead of kong.log.warning
.
I'll fix it soon. Thanks!
I prepare a PR for this (sorry, it's from a different account). If you can take a look and release this, that'd be wonderful. Thanks!
PR merged. Your fix will be included in the next release, once the number of reported issues related to the new version will stop growing.
Thanks 😉
Kong Version
3.3.1
Plugin Version
0.2.0
On which environment your Kong instance is running?
Kubernetes
Plugin Configuration
What happened?
I have recently started using the
ddtrace
plugin. While the plugin appears to function correctly in terms of features, numerous error messages are generated in the logs.Error Log:
By looking at the code
kong.log
seems to benil
on some occasions. Is this a bug? Or you think some configurations can fix this?