Skip to content

Commit

Permalink
Merge pull request #430 from oduwsdl/issue-429
Browse files Browse the repository at this point in the history
Enable unbuffered STDOUT logging
  • Loading branch information
machawk1 authored Jul 10, 2018
2 parents 1aa8d60 + 3912b97 commit 5edfd8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ LABEL app.name="InterPlanetary Wayback (IPWB)" \
app.repo.url="https://github.com/oduwsdl/ipwb" \
app.authors="Mat Kelly <@machawk1> and Sawood Alam <@ibnesayeed>"

# Enable unbuffered STDOUT logging
ENV PYTHONUNBUFFERED=1

# Create folders for WARC, CDXJ and IPFS stores
RUN mkdir -p /data/{warc,cdxj,ipfs}

Expand Down

0 comments on commit 5edfd8d

Please sign in to comment.