Where does the logs(printlns) go when you deploy t...
# kotless
s
Where does the logs(printlns) go when you deploy to AWS S3? Does it automatically create log group in AWS Cloudwatch ?
t
Yep, it creates automatically
s
How can I tweak the log group settings? Like retention/name?
t
Hm, right now there is no way, but I can add such configuration. File an issue 🙂
s
I would like to work on it, if possible
t
You mean you would try to implement it by yourself? It would be great!)
s
I created a PR with log retention config. Please take a look: https://github.com/JetBrains/kotless/pull/69 I tested on my example project and it was created the log group properly and logs were getting published.
well the tests are failing so need help