Skip to content

Commit

Permalink
Update logging env vars in base.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood authored Dec 3, 2024
1 parent 7d3ed86 commit 525d0e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/docker/base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ENV ROOTPATH=/hdb
ENV OPERATIONSAPI_NETWORK_PORT=9925
ENV HTTP_PORT=9926
ENV THREADS_COUNT=1
ENV LOG_TO_STDSTREAMS=true
ENV LOG_TO_FILE=true
ENV LOGGING_STDSTREAMS=true
ENV LOGGING_LEVEL=debug

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

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

0 comments on commit 525d0e5

Please sign in to comment.