What problem does it solve? Developers working with Liferay in Docker need to monitor container output to confirm deployments, catch startup errors, and watch module activation, but manually recalling the right docker logs commands and interpreting raw output is repetitive and error-prone. ## Core Features & Use Cases - Live Log Streaming: Follows the liferay-dev container output in real time using docker compose logs with a configurable tail length. - Snapshot Inspection: Captures the last 200 lines of container logs without following, useful for quick status checks. - Event Interpretation: Highlights key log events such as server startup completion, successful bundle deployment, and ERROR or FAILED lines so issues surface immediately. - Use Case: After deploying a new OSGi module, ask to watch the Liferay logs and get a live stream with deployment success or failure clearly flagged. ## Quick Start Show me the live logs from the Liferay Docker container and tell me when the server finishes starting up.