Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cycle debug log #18

Merged
merged 2 commits into from
May 8, 2024
Merged

Cycle debug log #18

merged 2 commits into from
May 8, 2024

Conversation

jairajdev
Copy link
Contributor

No description provided.

@jairajdev jairajdev requested a review from achal-singh May 8, 2024 09:12
// cycle.counter,
// receivedCycleTracker[cycle.counter]
// )
if (config.VERBOSE) Logger.mainLogger.debug('Different Cycle Record received', cycle.counter)

Check warning

Code scanning / CodeQL

Log injection Medium

Log entry depends on a
user-provided value
.
@@ -376,7 +372,8 @@
},
}
}
// Logger.mainLogger.debug('Cycle received', cycle.counter, receivedCycleTracker)
if (config.VERBOSE)
Logger.mainLogger.debug('Cycle received', cycle.counter, receivedCycleTracker[cycle.counter])

Check warning

Code scanning / CodeQL

Log injection Medium

Log entry depends on a
user-provided value
.
@@ -376,7 +372,8 @@
},
}
}
// Logger.mainLogger.debug('Cycle received', cycle.counter, receivedCycleTracker)
if (config.VERBOSE)
Logger.mainLogger.debug('Cycle received', cycle.counter, receivedCycleTracker[cycle.counter])

Check warning

Code scanning / CodeQL

Log injection Medium

Log entry depends on a
user-provided value
.
@jairajdev jairajdev merged commit bff4eba into dev May 8, 2024
2 checks passed
@jairajdev jairajdev deleted the cycle-debug-log branch May 8, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants