Revize dbca269d
Přidáno uživatelem David Friesecký před asi 4 roky(ů)
src/constants.py | ||
---|---|---|
60 | 60 |
"superseded", "cessationOfOperation", |
61 | 61 |
"certificateHold", "removeFromCRL", |
62 | 62 |
"privilegeWithdrawn", "aACompromise"} |
63 |
|
|
64 |
LAYER_REPOSITORY = "Repository"; |
Také k dispozici: Unified diff
Re #8570 - Implemented logger
- implemented static functions (debug, info, warning, error, critical) (sorted by level)
- used configuration for setting logging library