Closed soapy1 closed 1 month ago
Name | Link |
---|---|
Latest commit | a752f6de5d827a55c085b7b2d05e45deb263ae23 |
Latest deploy log | https://app.netlify.com/sites/conda-store/deploys/671310639769830008fe9f84 |
Name | Link |
---|---|
Latest commit | 04fe23a4f2e24cf52ec95399c79b43ea005ea963 |
Latest deploy log | https://app.netlify.com/sites/conda-store/deploys/67166ab97f126100083bd23e |
Confirmed after talking with @viniciusdc that this should be safe to do. Thanks!
Description
This small PR updates the conda store worker to respect the
CondaStoreWorker.log_level
config parameter. Now users can see that the log level set for their works gets applied to the worker.Pull request checklist
How to test
Before this change, the worker was always running at
logger.INFO
log level. For example, you can see in the log outputTo test this add the following line to your conda-store config file
Restart the server and view the logs. Notice that the WARN and INFO log lines no longer appear in the logs.