equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 35 forks source link

Improve logs for the broker #1233

Open tsundvoll opened 9 months ago

tsundvoll commented 9 months ago

Describe the improvement you would like to see Provide a timestamp for the broker logs and slim down the information

Edit broker/mosquitto/config/mosquitty.conf to fix the log format

How will this change existing functionality?

Todays format: 1701699707: Received PUBLISH from auto-C29F9D06-284F-0331-23BE-33E8F722ACF2 (d0, q0, r0, m0, 'isar/fabf6645-e80c-4b0a-86a1-491a139d1a8d/pose', ... (391 bytes))

What we want could be something like: 2023-12-04 14:21:47 - info: Received PUBLISH from isar/fabf6645-e80c-4b0a-86a1-491a139d1a8d/pose

How will this improvement affect the current Threat Model? N/A

Eddasol commented 9 months ago

If displaying some id the logs should say what kind of id it's displaying

aeshub commented 7 months ago

This issue has automatically been marked as stale as there has been no activity for 60 days.