SaaShup / netbox-docker-agent

Agent for Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
33 stars 1 forks source link

:loud_sound: Make container's journal entry comments predictable #93

Closed linkdd closed 5 months ago

linkdd commented 5 months ago

Decision Record

In order to better filter journal entries on a container, we want to make the format of the comments more predictable:

Kind Comment pattern
info operation $op: pending
success operation $op: ok
warning operation $op: failed
danger operation $op: error => $err

For example:

Changes