not-nexus / shelf

REST API for AWS S3 meant to be an interface to immutable artifact storage.
MIT License
8 stars 3 forks source link

Logs #104

Closed kyle-long closed 7 years ago

kyle-long commented 7 years ago

Cleaning up some logs. One of the most important parts of this commit is disabling DEBUG log by default. Now the log level is INFO

codecov-io commented 7 years ago

Codecov Report

Merging #104 into develop will not change coverage. The diff coverage is 100%.

@@          Coverage Diff           @@
##           develop   #104   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           71     71           
  Lines         1936   1949   +13     
======================================
+ Hits          1936   1949   +13
Impacted Files Coverage Δ
shelf/cloud/storage.py 100% <100%> (ø) :arrow_up:
shelf/search/update_manager.py 100% <100%> (ø) :arrow_up:
shelf/artifact_manager.py 100% <100%> (ø) :arrow_up:
shelf/configure.py 100% <100%> (ø) :arrow_up:
shelf/bulk_update/index_pruner.py 100% <100%> (ø) :arrow_up:
shelf/cloud/stream_iterator.py 100% <100%> (ø) :arrow_up:
shelf/request_log_filter.py 100% <100%> (ø) :arrow_up:
shelf/logger_creator.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 969046c...4c56fbd. Read the comment docs.