https://kotlinlang.org logo
#kotless
Title
# kotless
s

Sourabh Rawat

10/20/2020, 1:40 PM
Where does the logs(printlns) go when you deploy to AWS S3? Does it automatically create log group in AWS Cloudwatch ?
t

TanVD

10/20/2020, 2:18 PM
Yep, it creates automatically
s

Sourabh Rawat

10/20/2020, 4:10 PM
How can I tweak the log group settings? Like retention/name?
t

TanVD

10/20/2020, 4:37 PM
Hm, right now there is no way, but I can add such configuration. File an issue 🙂
s

Sourabh Rawat

10/20/2020, 6:50 PM
I would like to work on it, if possible
t

TanVD

10/20/2020, 7:15 PM
You mean you would try to implement it by yourself? It would be great!)
s

Sourabh Rawat

10/24/2020, 4:25 PM
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
4 Views