log_shipping
Log shipping controller that accepts logs sent from a web application or external tools and aggregates them in the local DQOps instance logs.
log_debug
Logs an information message in the server's logs as a debug severity log entry.
Source code
POST
Request body
Description | Data type | Required |
---|---|---|
Log entry | ExternalLogEntry |
Usage examples
log_error
Logs an information message in the server's logs as an error severity log entry.
Source code
POST
Request body
Description | Data type | Required |
---|---|---|
Log entry | ExternalLogEntry |
Usage examples
log_info
Logs an information message in the server's logs as an info severity log entry.
Source code
POST
Request body
Description | Data type | Required |
---|---|---|
Log entry | ExternalLogEntry |
Usage examples
log_warn
Logs an information message in the server's logs as a warn severity log entry.
Source code
POST
Request body
Description | Data type | Required |
---|---|---|
Log entry | ExternalLogEntry |
Usage examples