Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Jim PriestJim PriestPriority
Minor
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Jim Priest
Jim PriestPriority
Sentry
Sentry
Sentry
Created December 17, 2024 at 2:11 PM
Updated April 2, 2025 at 11:47 AM
Trying to integrate LogBox (7.3) into our FW/1 application. I successfully hacked this into our existing log() functionality and everything seemed like it was working fine but on further testing I noticed some duplicates if I called log() repeatedly... I thought maybe I had wired up something in refactoring our existing log() call so to simplify things I just dropped this in a controller and called it and you can see the dupes generated ??
CF version: 2021,0,17,330334
JRE version: 11.0.23
This results in duplicate log entries being written:
Seems this may be an issue in 7.2+
I rolled back to 6 and 7.1 and did not experience the issue using the same simple code above.