artefactual-labs / am

Development environment for Archivematica
https://archivematica.org
GNU Affero General Public License v3.0
10 stars 20 forks source link

Problem: logging defaults to DEBUG #16

Open sevein opened 6 years ago

sevein commented 6 years ago

I think this is true for all the components: MCPServer, MCPClient, Dashboard and Storage Service. They all have a console handler with the level set to DEBUG. I think that we should change that to WARNING or INFO because that's what you want in production. Our Compose environment would inject config to change it to DEBUG but that's something that our settings module don't support yet.

This is not a problem in packages or Ansible because they populate their own configuration system to reproduce the old AM16 behaviour.