ryanpepe2000 / mscs710-backend

Project for capping.
MIT License
1 stars 1 forks source link

Logging Functionality - Backend Server #11

Closed casaltarelli closed 2 years ago

casaltarelli commented 2 years ago

Purpose We need to develop a logging structure for our Matrix Backend server, which will provide a centralized place in which diagnostic information can be written while our server is running either locally or in production.

Expected Outcome Our Matrix Backend upon boot up will be able to establish a connection with our MySQL database through the configuration of our .env variables.

casaltarelli commented 2 years ago

Work was completed on branch 11/logging-functionality. Configuration is set from logging.ini and is currently configured for both console and file output. As we develop the project further we can add additional loggers and stream handlers to categorize logging messages for aspects of our backend e.g. system, database, api, etc.

casaltarelli commented 2 years ago

I merged the work outlined in this issue into develop