LayerManager / layman

Publishing geospatial vector data online
GNU General Public License v3.0
10 stars 3 forks source link

Enable to set LOGLEVEL by environment variable #893

Closed jirik closed 1 year ago

jirik commented 1 year ago

In v1.21.0 and v1.21.1, only ERROR logs are logged if FLASK_DEBUG environment variable is not activated. It usually happens in production where FLASK_DEBUG is not set.

This behavior maybe occurred also before v1.21.0 in relation to FLASK_ENV environment variable.