The operation execution status, in the following format.
msg = <operation>.<status>Where:
<operation>describes the recorded operation<status>describes the operation status when the log was recorded.
See below for the supported values
OCSP log messages
See below for the OCSP log messages.
Operation | Level | Description |
|---|---|---|
SendRevocationStatusRequest.Done | info | POST OCSP request processed successfully |
SendRevocationStatusRequest.BadRequest | error | POST OCSP request rejected (bad request data) |
SendRevocationStatusRequest.InternalError | error | POST OCSP request failed due to internal error |
GetRevocationStatus.Done | info | GET OCSP request processed successfully |
GetRevocationStatus.BadRequest | error | GET OCSP request rejected |
GetRevocationStatus.InternalError | error | GET OCSP request failed due to internal error |
CA Gateway synchronization log messages
See below for the log messages recorded by the CA Gateway shim.
Operation | Level | Description |
|---|---|---|
StartShim.Done | info | Shim synchronization loop started |
ImportBatch.Done | info | Batch of certificate statuses imported from CA Gateway |
ImportBatch.Failed | error | Batch import rejected (input/validation error) |
ImportBatch.InternalError | error | Batch import failed due to internal error |
WaitingToRequest.Done | info | Waiting interval between batch imports completed |
WaitingToRetry.Done | info | Waiting interval before retrying a failed batch completed |
CertificateProcessing.Done | info | Individual certificate status processed |
GetMetadata.Done | info | CA metadata retrieved |
UpdateMetadata.Done | info | OCSP responder metadata updated |
UpdateMetadata.InternalError | error | Metadata update failed due to internal error |
Status feeder log messages
See below for the log messages recorded by the certificate status feeder,
Operation | Level | Description |
|---|---|---|
UpdateMetadata.Done | info | CA metadata created or updated |
GetMetadata.Done | info | CA metadata retrieved |
GetCertificateBatch.Done | info | Batch of certificate statuses retrieved |
ImportCertificateBatch.Done | info | Batch of certificate statuses received and stored |
CertificateProcessing.Done | debug | Individual certificate status processed and stored |