-
I executed
in my e2e scenarios I got following error
I tried in the stderr/stdout of azure container i see
How to debug this kind of error? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@blueww any suggestion? why error details doesn't store in debug.log? in stdout/strerr of container i see
but |
Beta Was this translation helpful? Give feedback.
-
Following is my docker-compose.yml file.
|
Beta Was this translation helpful? Give feedback.
-
In my testing, the debug log file on my local machine can be flushed very fast after I send a request to Azurite, in 1-2 seconds. So the limitation looks be on your test environment, or on docker. |
Beta Was this translation helpful? Give feedback.
@Slach
In my testing, the debug log file on my local machine can be flushed very fast after I send a request to Azurite, in 1-2 seconds.
So the limitation looks be on your test environment, or on docker.
We are not docker expert, so might not be the best person to see why the file in mapped volume is not flushed. Could you contact docker team to see if any idea?
Or does this repro on other machines on your side?