Start Here

When creating a new topic or message please always format your posts for better readability. See Supported formatting in posts (markdown, BBCode, and HTML) - users - Discourse Meta for all supported formatting options.

Especially log and shell output should be put into fenced code blocks by using three backticks ``` instead of posting it unformatted or as a screenshot.

For example

```text
ospd-openvas-1  | OSPD[8] 2024-01-25 12:01:53,274: INFO: (ospd.main) Starting OSPd OpenVAS version 22.6.2.
ospd-openvas-1  | OSPD[8] 2024-01-25 12:01:53,277: INFO: (ospd_openvas.messaging.mqtt) Successfully connected to MQTT broker
ospd-openvas-1  | OSPD[8] 2024-01-25 12:02:03,342: INFO: (ospd_openvas.daemon) Loading VTs. Scans will be [requested|queued] until VTs are loaded. This may take a few minutes, please wait...
ospd-openvas-1  | OSPD[8] 2024-01-25 12:03:59,658: INFO: (ospd_openvas.daemon) Finished loading VTs. The VT cache has been updated from version 202401220600 to 202401250614.
```

will be rendered as

ospd-openvas-1  | OSPD[8] 2024-01-25 12:01:53,274: INFO: (ospd.main) Starting OSPd OpenVAS version 22.6.2.
ospd-openvas-1  | OSPD[8] 2024-01-25 12:01:53,277: INFO: (ospd_openvas.messaging.mqtt) Successfully connected to MQTT broker
ospd-openvas-1  | OSPD[8] 2024-01-25 12:02:03,342: INFO: (ospd_openvas.daemon) Loading VTs. Scans will be [requested|queued] until VTs are loaded. This may take a few minutes, please wait...
ospd-openvas-1  | OSPD[8] 2024-01-25 12:03:59,658: INFO: (ospd_openvas.daemon) Finished loading VTs. The VT cache has been updated from version 202401220600 to 202401250614.

it allows the developers to follow the output more easily and analyze your issue faster.

Thanks a lot.

3 Likes