-
Notifications
You must be signed in to change notification settings - Fork 585
Open
Labels
bugSomething isn't workingSomething isn't working
Description
[Improvement] docker logs shows no application output for HugeGraph containers
Environment
- Server Version: 1.7.0
- Backend: HStore
- Deployment: docker-compose
Problem
docker logs hg-pd / hg-store / hg-server only shows a few entrypoint startup lines. All actual JVM logs go silently to files inside the container, so debugging requires manually execing in and tailing log files — not the expected Docker workflow.
Root Cause
Two issues working together:
- Startup scripts redirect JVM output to a file via
>> ${OUTPUT} 2>&1before Docker can capture it - The
consoleappender is defined in all distlog4j2.xmlconfigs but never wired to the root logger
Fix
A PR with the fix is being opened.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working