Nebula Logger in Flow - Save Log - false, Logs + Log Entries created anyhow #939
Replies: 2 comments
-
|
PS: Environment Type |
Beta Was this translation helpful? Give feedback.
-
|
So I've been digging a bit deeper and it seems like for record triggered automations the "saveLog" is called at the end of the transaction, no matter if I call it in my flow actions or not. Seems like that's "works as designed" then? :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all - thank you for Nebula Logger - really a great tool! I've checked how it works and want to use it for my customer's organizations.
When analyzing how to implement it best, I came across the following issue:
I want to add log entries during flows, but only save at the end to have as little DML operations as possible.
So I switched all elements to "Save log" false and added "Save Log" actions at the end of the flow. To demonstrate how it works, I've removed the last "Save Logs" and tried again - the logs + log entries were still created, eventho no "Save Log = true" or Save Logs action is used.
Does it save all logs by default, eventho I do not call to save them by default? I've tried a couple of parameters, but nothing helped.
In case additional data is necessary to answer the question, I'm happy to post what's needed.
Thanks in advanced for any hints! :-)
Beta Was this translation helpful? Give feedback.
All reactions