Formatting changes

This commit is contained in:
2025-06-19 19:41:10 -04:00
parent 89fadf21f7
commit 6d55f3c83e

View File

@@ -3,10 +3,10 @@ An Extract, Transform, Load app to gather book information from public APIs for
Environmental Variables:
`GOOGLE_API_KEY` - API Key required for using the Google Books API.
`DB_NAME` - The name of the SQL database being used
`DB_USER` - The authorized user for the database
`DB_PASSWORD` - The Password to access the database
`LOG_FILE` - The file location for logs to be saved to
`DB_NAME` - The name of the SQL database being used.
`DB_USER` - The authorized user for the database.
`DB_PASSWORD` - The Password to access the database.
`LOG_FILE` - The file location for logs to be saved to.
`LOGGING_LEVEL` - The logging level desired for operation. `logging.INFO` is standard,
but `logging.DEBUG` can be used for more insight and `logging.ERROR` if only issues are needed.