ral-facilities / inventory-management-system-api

Apache License 2.0
0 stars 0 forks source link

Change prod Docker image to only log to console #278

Closed VKTB closed 5 months ago

VKTB commented 5 months ago

At the moment, the prod Docker image creates a logging.ini file from the example file which is configured to do both console and file logging. It also creates a logs directory for the file logs to be stored. If I only need console logging then the logs directory is not needed. I think it would be better if the prod image only does console logging without creating a logs directory. If anyone wants file logging then they will need to create their own custom image that will copy their own custom loggin.ini file and also create a logs directory.