Skip to content

Commit

Permalink
0.10 separates access logs for admin and proxy
Browse files Browse the repository at this point in the history
Ideally we'd want to tag them somehow before feeding them to Docker but
for now at least the logs can get to Docker. Ref
Kong/kong#1782
  • Loading branch information
c-knowles committed Mar 16, 2017
1 parent b2bbbed commit 83bf499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ENTRYPOINT ["/docker-entrypoint.sh"]
# ensure Kong logs go to the log pipe from our entrypoint and so to docker logging
RUN mkdir -p /usr/local/kong/logs \
&& ln -sf /tmp/logpipe /usr/local/kong/logs/access.log \
&& ln -sf /tmp/logpipe /usr/local/kong/logs/admin_access.log \
&& ln -sf /tmp/logpipe /usr/local/kong/logs/serf.log \
&& ln -sf /tmp/logpipe /usr/local/kong/logs/error.log

Expand Down

0 comments on commit 83bf499

Please sign in to comment.