Mercurial > p > roundup > code
comparison roundup/configuration.py @ 4786:6018617c55ab
Removing remains of "rlog" module, fixes db unit test debug logging via environment variable.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Sun, 05 May 2013 00:21:27 +0200 |
| parents | ef7ae277a3b1 |
| children | 05c857e5dbed |
comparison
equal
deleted
inserted
replaced
| 4785:81ab5ffa6863 | 4786:6018617c55ab |
|---|---|
| 1303 """Roundup instance configuration. | 1303 """Roundup instance configuration. |
| 1304 | 1304 |
| 1305 Core config has a predefined layout (see the SETTINGS structure), | 1305 Core config has a predefined layout (see the SETTINGS structure), |
| 1306 supports loading of old-style pythonic configurations and holds | 1306 supports loading of old-style pythonic configurations and holds |
| 1307 three additional attributes: | 1307 three additional attributes: |
| 1308 logging: | |
| 1309 instance logging engine, from standard python logging module | |
| 1310 or minimalistic logger implemented in Roundup | |
| 1311 detectors: | 1308 detectors: |
| 1312 user-defined configuration for detectors | 1309 user-defined configuration for detectors |
| 1313 ext: | 1310 ext: |
| 1314 user-defined configuration for extensions | 1311 user-defined configuration for extensions |
| 1315 | 1312 |
