diff --git a/deploy/manual/logs.md b/deploy/manual/logs.md index dfedbbb0a..07730e9ef 100644 --- a/deploy/manual/logs.md +++ b/deploy/manual/logs.md @@ -4,9 +4,9 @@ Applications can generate logs at runtime using the console API. These logs can be viewed in real time by navigating to the `Logs` panel of a project or deployment. Logs will be streamed directly from an application to the log panel. -These logs are **not persisted**. Only logs that are generated after the logs -page is opened can be viewed. After closing the logs page, all streamed logs are -discarded. +Logs are retained for a period of 24 hours. To view persisted logs, switch from +`Live` to either `Recent` or `Custom` in the dropdown menu next to the search +box. Logs older than 24 hours are automatically deleted from the system. Log messages have a maximum size of 2kb. Messages larger than this are trimmed to 2kb.