server category
This category of logs contains all web server related operations.
Starting action
The starting action means that a web server is about to start. It generates a "debug" severity log.
Field |
Description |
Type |
Mandatory/Optional |
---|---|---|---|
type |
Web server type. Prescribed value:
|
String | Mandatory |
Started action
The started action means that a web server is fully started and listening on a port. It generates an "info" severity log.
Field |
Description |
Type |
Mandatory/Optional |
---|---|---|---|
port |
Server listening port. Example: 3000 |
Integer | Mandatory |
type |
Web server type. Prescribed value:
|
String | Mandatory |
https: A json object containing information about the HTTPS configuration of the server. |
|||
enabled |
Specifies whether the service uses HTTPS. | Boolean | Mandatory |
ca_path |
Path to the certificate authority if specified in the config.json file. | String | Optional |
privatekey_path |
Path to the private key if specified in the config.json file. | String | Optional |
certificate_path |
Path to the certificate if specified in the config.json file. | String | Optional |