# The difference between logging an action and observing its result
canonical_url: https://www.3.14financialcontents.com/en/culture-314/notes/the-difference-between-logging-an-action-and-observing-its-result/
markdown_url: https://www.3.14financialcontents.com/en/culture-314/notes/the-difference-between-logging-an-action-and-observing-its-result/index.md
language: en
content_type: note-method
status: published
description: A log says the system did something; only an independent signal says that something happened.

For a long time our traces answered a single question: did the system execute what it was supposed to? It is a necessary question, and it is not the one that matters.

A process can complete all of its steps, receive a correct response from the API and have changed nothing in the target system. The write went into a queue that was discarded, or it was applied to a record another process reverted minutes later. The log says everything went well.

We now distinguish three states. Executed: the action was sent and did not fail. Confirmed: a later read against the source shows the change. Observed: an independent signal — another system, a person, a sensor — shows the expected effect.

Most processes reach the second state. Few reach the third, because the signal almost always has to be designed on purpose and that costs something.

What we have adopted is not to disguise the difference. When there is no independent signal, the trace says "confirmed" and not "completed", and the limit is written into the system's documentation. It is less satisfying in a demonstration and far more useful six months later, when somebody asks how many of those correct executions actually produced an effect.

---

https://www.3.14financialcontents.com/llms-en.txt · https://www.3.14financialcontents.com/llms-full-en.txt
