Skip to content

Flow not saving logs #699

Answered by jongpie
ministe2003 asked this question in Q&A
Jun 17, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@ministe2003 very strange! Offhand, I don't see any issues with what you've setup in Flow, but there could be a few other things that might be causing the problem:

  • Validate that you have DEBUG logging level enabled via LoggerSettings__c - since you're not setting the "(Optional) Logging Level" property in your Flow, it uses DEBUG by default. If you don't have DEBUG enabled via LoggerSettings__c.LoggingLevel__c, then it won't save the log entry
  • You can also try updating your Flow to set the property "(Optional) Save Method" to be SYNCHRONOUS_DML - this save method will immediately try to create records in Log__c & LogEntry__c, and can help surface hidden errors in Nebula Logger

Let me kn…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ministe2003
Comment options

@jongpie
Comment options

Answer selected by ministe2003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants