We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e9a40 commit 754381fCopy full SHA for 754381f
Dockerfile
@@ -7,4 +7,5 @@ FROM debian:buster-slim
7
COPY --from=builder /app/target/release/pgcat /usr/bin/pgcat
8
COPY --from=builder /app/pgcat.toml /etc/pgcat/pgcat.toml
9
WORKDIR /etc/pgcat
10
+ENV RUST_LOG=info
11
ENTRYPOINT ["/usr/bin/pgcat"]
0 commit comments