Closed algobot76 closed 3 months ago
full log: mirrord-agent.log
I don't see any failure in the agent logs. Can we get local logs and maybe some code snippet we can use to reproduce the issue? You can enable local logs by:
RUST_LOG=mirrord=trace
env for the run. This will dump layer logs to stderr of the application{
"internal_proxy": {
"log_level": "mirrord=trace",
"log_destination": "where/to/dump/logs"
}
}
Would be great if we had all of agent/layer/intproxy logs from the same run
Adjusted @Razz4780 json to be more correct (intproxy -> internal_proxy, added missing }
)
I don't see any failure in the agent logs. Can we get local logs and maybe some code snippet we can use to reproduce the issue? You can enable local logs by:
- Setting
RUST_LOG=mirrord=trace
env for the run. This will dump layer logs to stderr of the application- Enabling intproxy logs in the mirrord config:
{ "internal_proxy": { "log_level": "mirrord=trace", "log_destination": "where/to/dump/logs" } }
Would be great if we had all of agent/layer/intproxy logs from the same run
I tried again with the latest release and it was working! It cloud have been fixed in recent releases or my poor network connection made the previous release unusable.
Closing the issue as it can no longer be reproduced.
Bug Description
My app makes calls to external api endpoints, however the app logs showed that it failed to receive responses when i ran it with mirrored enabled.
Steps to Reproduce
Backtrace
No response
Relevant Logs
Your operating system and version
MacOS 14.2.1
Local process
cim
Local process version
No response
Additional Info
No response