1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-11-01 01:49:20 +00:00

Add file based rotating log handler

This commit is contained in:
2017-04-04 05:02:08 +00:00
parent e506ea61be
commit 90b663ce26
10 changed files with 26 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ from certidude.decorators import serialize, event_source, csrf_protection
from cryptography.x509.oid import NameOID
from certidude import const, config
logger = logging.getLogger("api")
logger = logging.getLogger(__name__)
class CertificateStatusResource(object):
"""