fix(clp-package): Use component-specific log directories for compression-scheduler and query-scheduler (fixes #1483).#1484
Conversation
…ion-scheduler and query-scheduler (fixes y-scope#1483).
|
cc @quinntaylormitchell for awareness |
WalkthroughThe changes update logging directory configurations for scheduler components. The controller module adds directory creation logic for compression and query scheduler logs. Docker compose files update environment variables to direct schedulers to their respective log subdirectories instead of the shared /var/log. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2025-10-17T19:59:25.596ZApplied to files:
📚 Learning: 2025-08-08T06:59:42.436ZApplied to files:
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ion-scheduler and query-scheduler (fixes y-scope#1483). (y-scope#1484)
Description
This PR changes the logs directory bases back to component-specific directories before the changes to /var/log were incorrectly introduced in #1178 :
compression-scheduler:./var/log->./var/log/compression_schedulerquery-scheduler:./var/log->./var/log/query_schedulerChecklist
breaking change.
Validation performed
->
Summary by CodeRabbit
Release Notes