bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

logging in springboot/AssetPipelineService is lacking #198

Closed tveimo closed 6 years ago

tveimo commented 6 years ago

In the asset pipeline service instansiated by spring, there's some logging using println when the manifest file is not found. Can this be done using the logger instead, so that it can properly be captured in the log files? It would also be helpful if it always logged which servlet filter it decides to use.

davydotcom commented 6 years ago

removed bad logging