You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: website/docs/cloud-docs/agents/logging.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,9 @@ internal URLs, and other sensitive material.
76
76
Flash Messages are a type of log that HashiCorp may send to agents from time to time. These messages may be used to communicate important or breaking changes to the agent. Flash Messages will be emitted when HashiCorp adds a new one, or when starting up an agent for the first time. Their output looks something like:
77
77
78
78
```
79
-
2021-09-22T15:20:59.269Z [WARN] core.notice: A breaking change is incoming.
79
+
2021-09-22T15:20:59.269Z [WARN] notice: A breaking change is incoming.
80
80
```
81
81
82
82
Flash Messages are version specific, and may only apply to the specific version of the agent you are running.
83
83
84
-
Adding monitoring and alerting for these `core.notice` messages may help you operate Terraform Cloud Agents more easily.
84
+
Adding monitoring and alerting for these `notice` messages may help you operate Terraform Cloud Agents more easily.
0 commit comments