Closed luigibrancati closed 1 year ago
Added utils file with function get_local_files that returns the local folder to be used from the application, based on the user's OS.
utils
get_local_files
Replaced logging.ini config file with a dict inside loggers.py, so that logs can be saved inside the same local folder mentioned above.
logging.ini
loggers.py
@elisaliv we don't have draft PR on this repo, this is still in progress
@elisaliv no more in Draft, you can review
Added
utils
file with functionget_local_files
that returns the local folder to be used from the application, based on the user's OS.Replaced
logging.ini
config file with a dict insideloggers.py
, so that logs can be saved inside the same local folder mentioned above.