From 53162f7ee0a3e29c0f8e50b82967d20ac71fb864 Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 9 Jul 2026 12:15:55 +0000 Subject: [PATCH] drpc: mount ./dshackle_logs:/logs for the dshackle accessLog Gateway request-splits pilot (earnings misattribution fix): the accessLog stub in main_configs pointed at /logs which was never mounted. Host-side dir lets the splits tailer aggregate per-caller response counts. Co-Authored-By: Claude Fable 5 --- drpc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drpc.yml b/drpc.yml index 4287e298..163d44e0 100644 --- a/drpc.yml +++ b/drpc.yml @@ -4,6 +4,10 @@ services: restart: unless-stopped volumes: - ./main_configs:/etc/dshackle + # dshackle accessLog target (main_configs/dshackle.yaml accessLog.filename=/logs/...). + # Host-side dir so the splits tailer can aggregate gateway->region request shares + # (earnings misattribution fix, operator + claude-machine design 2026-07-09). + - ./dshackle_logs:/logs expose: - 8080 - 8081