Browse Source

Force uploader.py to unbuffered output to fix Docker logs timestamps

master^2
JustAnotherArchivist 2 years ago
parent
commit
7bd66389ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      entrypoint.sh

+ 1
- 1
entrypoint.sh View File

@@ -87,7 +87,7 @@ case "$1" in
rmdir "$STAGING_WARCS_DIR"
;;
"uploader")
python ./uploader/uploader.py "$SHARED_WARCS_DIR/upload-queue/"
python -u ./uploader/uploader.py "$SHARED_WARCS_DIR/upload-queue/"
;;
"analyzer")
export UPDATES_CHANNEL=updates


Loading…
Cancel
Save