3box / keramik

A k8s operator for simulating Ceramic networks
Other
5 stars 1 forks source link

chore: disable goose logs by default #165

Closed dav1do closed 7 months ago

dav1do commented 7 months ago

Don't write goose log files on workers unless requested. This will write goose logs to the manager stdout as well at the desired level. The simulation spec has a new field logLevel: warn/info/debug/trace and defaults to None (meaning off) if not set. This is a change, but these files haven't been generally useful afaik and it seems to consume a lot of RAM as they don't appear to be flushed until the end of the run.

This requires redeploying the CRDs and the operator and runner images.