FeatureFuel
1

Add sequential identifiers to Flow log entries

Source: directus/directus#25263 · opened by @tinhXEM
Summary Currently, Flow executions that occur multiple times within the same second all share identical timestamps in the Logs view. This makes it impossible to distinguish between entries at a glance—especially if a parent Flow triggers many child Flows in rapid succession. By adding a simple “sequence number” or incrementing counter to each log entry, users could immediately see which invocation is which, even when the timestamp is identical. Basic Example Assume a parent Flow invokes a lightweight child Flow ten times in quick succession. With the prefix approach, the Logs view would read: #1 ▶ 10:15:42.000 (just now) #2 ▶ 10:15:42.000 (just now) #3 ▶ 10:15:42.000 (just now) #4 ▶ 10:15:42.000 (just now) #5 ▶ 10:15:42.000 (just now) #6 ▶ 10:15:42.000 (just now) #7 ▶ 10:15:42.000 (just now) #8 ▶ 10:15:42.000 (just now) #9 ▶ 10:15:42.000 (just now) #10 ▶ 10:15:42.000 (just now) Motivation When a Flow (or a parent Flow calling child Flows in a loo…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests