-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added basic logging and updated environment variables #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't quite get a meaningful debugging experience on my side, but maybe I'm expecting something very different.
While we're reviewing things, please review trailing and double spaces in README.md as well.
README.md
Outdated
|
||
Add the following folders to the Docker container: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is Docker, let's use Docker terminology. Maybe something like "Mount volumes at the following locations:" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be added to the prod docker-compose file
729f314
to
916e7fb
Compare
.env.example
Outdated
DB_NAME=term_db | ||
DB_USER=sadilar | ||
DB_PASSWORD=sadilar | ||
LOGGING_FILE=logs/debug.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Different default than the one in the code, in case you want to make that consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is addressed and fixed in current merge of code
README.md
Outdated
@@ -24,8 +24,16 @@ About the project: | |||
3. Run `make run` to run the docker container | |||
4. Run `make stop` to stop the docker container | |||
|
|||
## Production |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please review trailing spaces.
916e7fb
to
9e3931b
Compare
607898b
to
57d5556
Compare
c6f8454
to
eae3c24
Compare
- added github actions testing - updated enviroment variables in settings - added tests for logging files - updated setting to check for testing
c5eb17e
to
9ab5035
Compare
No description provided.