Reputation: 520
I'm storing some logs locally(in the deployed docker container) for my c8y microservice and exposing them via REST. What's a reasonable maximum size of the log data?
Upvotes: 0
Views: 99
Reputation: 420
Do not store any data in the container's file system This is not a supported use case and should not be done at all. All data that you want to store persistently must be stored in Cumulocity.
There is also a standard way of providing logs, that is supported by standard UI and can be viewed there, see https://cumulocity.com/guides/microservice-sdk/concept#requirements.
Upvotes: 1