Pierre-David Bélanger

Results 38 comments of Pierre-David Bélanger
trafficstars

@j256 depending on your use case , it may be best to have a look at [CloudWatch Logs Agent Reference](http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html) If you explicitly need a java only solution, my project...

I am really not sure why. First thought is where this is running ? Are you running locally, just after some unit or integration tests ? Do you use the...

Thank you for this test app, I can reproduce the behaviour you are seeing. I am still not sure why though. It may be related to the strange spring boot...

I am sorry I did not reply sooner. This one is really a puzzle :) I manage to get the two stack trace that leads to `AwsLogsAppender.start`: ``` at com.najdzionix.test.springboot.AwsLogsAppender.start(AwsLogsAppender.java:8)...

I guess we now have two options: 1) we try to find why spring boot is doing this and work around, 2) or we could just lazy create the group/stream...

@malkusch The links @Najdzionix provided did not work for me either, but [this one does](https://github.com/Najdzionix/spring-test-app)

I do not reed chinese ( english is not even my primary language :)) But from the keywords I can understand, I guess your question is: Do JsonDB support storing...

Indeed, the document is parsed to be stored into a flat form, and also the original document is converted to `NSData` to be saved. The object document needs to be...