Revize ca436714
Přidáno uživatelem David Friesecký před téměř 4 roky(ů)
src/constants.py | ||
---|---|---|
62 | 62 |
CERTIFICATE_REVOCATION_REASONS = {"unspecified", "keyCompromise", |
63 | 63 |
"CACompromise", "affiliationChanged", |
64 | 64 |
"superseded", "cessationOfOperation", |
65 |
<<<<<<< HEAD |
|
66 |
"certificateHold", "removeFromCRL", |
|
67 |
"privilegeWithdrawn", "aACompromise"} |
|
68 |
|
|
69 |
LAYER_REPOSITORY = "Repository"; |
|
70 |
======= |
|
71 | 65 |
"certificateHold", "removeFromCRL"} |
72 | 66 |
|
73 | 67 |
|
... | ... | |
94 | 88 |
organizationalUnitName = optional |
95 | 89 |
|
96 | 90 |
""" |
97 |
|
|
98 |
>>>>>>> master |
Také k dispozici: Unified diff
Re #8570 - Logger configuration
- implemented dictionary to string in utils
- implemented log functions with parameter message only (name of file, name of class and name of function
are getting automaticaly)