Mihail Kostira
Mihail Kostira

Reputation: 520

Cumulocity microservice storing data locally - size cap?

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

Answers (1)

l2p
l2p

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

Related Questions