Commit 2bf8caaec9b779df63db3a2e4a88330404d48c56

Authored by hitier
1 parent 57125da2

Change testing logs level

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
resources/pdc_config.py
... ... @@ -102,7 +102,7 @@ class DevConfig(Config):
102 102 class TestConfig(Config):
103 103 TESTING = True
104 104 DEBUG = True
105   - PDC_LOGS_LEVEL = 'ERROR' # choose within DEBUG, INFO, WARN, ERROR ( more levels in logging module )
  105 + PDC_LOGS_LEVEL = 'INFO' # choose within DEBUG, INFO, WARN, ERROR ( more levels in logging module )
106 106  
107 107 # Trying to set specific db uri from ./db_config.py
108 108 try:
... ...