raml-org / api-modeling-framework

DEPRECATED - This project has been moved
https://github.com/aml-org/amf
Other
27 stars 11 forks source link

Disabling logging in production app #42

Closed antoniogarrote closed 7 years ago

antoniogarrote commented 7 years ago

Log traces from the AMF library can be disabled when generating the web JS library.

This can be done dealing with the Clojure Timbre Logging Level.

This can be achieved passing an environment variable during compilation:

export TIMBRE_LEVEL=':warn'

We need to find a way of adding this to the build process.