https://code.claude.com/docs/en/monitoring-usage
I was hoping to use docker logs to examine the claude logs output, but that doesn't work. How am I supposed to see the log output?
I guess I need to somehow override the invocation to something like claude 2>&1 | tee /tmp/otel-console.log?
https://code.claude.com/docs/en/monitoring-usage
I was hoping to use
docker logsto examine the claude logs output, but that doesn't work. How am I supposed to see the log output?I guess I need to somehow override the invocation to something like
claude 2>&1 | tee /tmp/otel-console.log?