Skip to content

Commit

Permalink
add logging module to persist the log
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Oct 20, 2023
1 parent 68c7e3d commit 6caa22b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY tests ./tests
COPY xi_web_api ./xi_web_api
COPY .env .
COPY default.database.ini .
COPY default.logging.ini .
COPY logging.ini .
COPY .kubernetes.yml .

#FROM base AS production
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
database.ini
logging.ini
kubernetes.yml
Dockerfile

Expand Down
21 changes: 0 additions & 21 deletions default.logging.ini

This file was deleted.

0 comments on commit 6caa22b

Please sign in to comment.