mendhak
mendhak
Oh I didn't know about regional restrictions to Docker registry. Yes it's possible that the registries you're pointing at have an older :latest tag that haven't been updated. I don't...
Really hard to say because there could be dozens of 'environment' specific constraints that may or may not work for you... eg you redirect all the output from this container...
Maybe this? https://stackoverflow.com/a/55096667/974369 Hmm but it would require logging to a file forevermore which introduces disk/space concerns.
Sorry for late reply, are you able to add a test here: https://github.com/mendhak/docker-http-https-echo/blob/master/tests.sh for what you've added.
Looks like the morgan library only outputs UTC, based on [this part of the README](https://github.com/expressjs/morgan#dateformat). That would explain why the `TZ` just gets ignored. It's possible to use a third...
Hi I tried rereading a few times, but I didn't understand, there's already one line per request in JSON format? I ran: docker run -e DISABLE_REQUEST_LOGS=true -e LOG_WITHOUT_NEWLINE=true -p 8080:8080...
CMake noob here, the instructions weren't clear to me. I got it to work like this (for future searchers): ``` mkdir build cd build cmake .. make make install ```...
I had a look at the CSV file but I can't really see what would be causing it to be missing sometimes and start working sometimes. In the CSV logging...
So it's good to hear that it works well enough on Android 14 — at least that proves it's not _entirely_ broken :laughing: On Android 12, what are the performance...
In your screenshot I see the Auto Send How Often is set to 0 minutes, I think that's "as soon as possible" or to be more clear, I don't think...