Viewing Che workspaces logs
You can view Che logs to better understand and debug background processes should a problem occur.
- An IDE extension misbehaves or needs debugging
-
The logs list the plugins that have been loaded by the editor.
- The container runs out of memory
-
The logs contain an
OOMKilled
error message. Processes running in the container attempted to request more memory than is configured to be available to the container. - A process runs out of memory
-
The logs contain an error message such as
OutOfMemoryException
. A process inside the container ran out of memory without the container noticing.