Skip to content

Disable container log by default

Marko Zagožen requested to merge 235-suppress-devel-log into master

NSO process running in foreground in verbose mode will output the log messages to stdout, which is picked up by the container runtime. To avoid overflowing the storage when the container runtime (Docker) is misconfigured, let's disable this by default. Logs are persisted and rotated in the /log volume anyway.

Closes #235 (closed)

Merge request reports