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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user