Trying Nebula Logger out and Flow is not creating log entry #675
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @nikhilspacerao - you'll need to set the property "(Optional) Save Log" to "true" to create the log entries. Nebula Logger does not automatically save the log entries because Salesforce has per-transaction limits for saving (similar to how there are per-transaction limits for DML), so you'll have to specify when the logging data should be saved. Let me know if that works for you, or if you have any other questions! |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. Posted a separate issue |
Beta Was this translation helpful? Give feedback.
This looks to me like it's caused by you having "true" in the Save Method field. Save Log should be true, but if you're setting the method you'll need to use one of the provided ENUMS https://github.com/jongpie/NebulaLogger#:~:text=Enum%20Logger.SaveMethod,save%20method%20cautiously.