Skip to content

Commit 525d0e5

Browse files
Update logging env vars in base.dockerfile
1 parent 7d3ed86 commit 525d0e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

util/docker/base.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ENV ROOTPATH=/hdb
2020
ENV OPERATIONSAPI_NETWORK_PORT=9925
2121
ENV HTTP_PORT=9926
2222
ENV THREADS_COUNT=1
23-
ENV LOG_TO_STDSTREAMS=true
24-
ENV LOG_TO_FILE=true
23+
ENV LOGGING_STDSTREAMS=true
24+
ENV LOGGING_LEVEL=debug
2525

2626
# Create components directory
2727
RUN mkdir -p /hdb/components
@@ -41,4 +41,4 @@ COPY config.yaml extension.js cli.js package.json /@harperdb/nextjs/
4141
RUN npm install -C /@harperdb/nextjs
4242

4343
# Create link to the @harperdb/nextjs module
44-
RUN npm link -C /@harperdb/nextjs
44+
RUN npm link -C /@harperdb/nextjs

0 commit comments

Comments
 (0)