Skip to content

Commit

Permalink
Merge pull request #33 from Bechtel-Innovation-Design-Center/#9-logging
Browse files Browse the repository at this point in the history
#9 logging
  • Loading branch information
pan261 authored Feb 16, 2022
2 parents 4bd8af0 + c5f2325 commit d2e89cd
Show file tree
Hide file tree
Showing 11 changed files with 600 additions and 111 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

node_modules

credentials.json
download_tests
build

FileShare
logs
upload/
lathes/
mills/
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
env_file: ./.env
volumes:
- ./src/build:/ffs/
- ./logs:/ffs/logs
- /ffs/node_modules
- ./file_share:/ffs/file_share/
- ${LOCAL_DIR_GANTRY}:/ffs/file_share/Gantry/
Expand Down
Loading

0 comments on commit d2e89cd

Please sign in to comment.