Skip to content

docs(exapps_management): document ExApp container log rotation#15053

Open
oleksandr-nc wants to merge 1 commit into
masterfrom
feat/noid/exapp-container-log-rotation
Open

docs(exapps_management): document ExApp container log rotation#15053
oleksandr-nc wants to merge 1 commit into
masterfrom
feat/noid/exapp-container-log-rotation

Conversation

@oleksandr-nc
Copy link
Copy Markdown
Contributor

☑️ Resolves

🖼️ Screenshots

Screenshot From 2026-06-01 13-46-40 Screenshot From 2026-06-01 13-47-11

✅ Checklist

  • I have built the documentation locally and reviewed the output
  • Screenshots are included for visual changes
  • I have not moved or renamed pages (or added a redirect if I did)
  • I have run codespell or similar and addressed any spelling issues

Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

📖 Documentation Preview

🔍 Open preview →

📄 1 changed documentation page

Last updated: Mon, 01 Jun 2026 10:53:33 GMT

Comment on lines +625 to +627
[containers]
log_driver = "json-file"
log_size_max = 10485760
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log_rotate_max=3 this too maybe

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also podman should be restarted

sudo systemctl restart podman

does kubernetes need a restart?

Comment on lines +606 to +607
A container keeps the logging configuration it was created with. Re-deploy the affected ExApps (disable and enable
them again, or remove and install) so their containers are recreated with the new settings.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is disable+enable enough, or maybe only container re-creation (remove+install) would change the logging config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Log rotation for ExApp Container

2 participants