-
Notifications
You must be signed in to change notification settings - Fork 2
Remove Mongo URL logging > prod #67
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
Conversation
…me-fix TCA-354 - fix handler for external urls when url is fcc lesson
Removes logging of Mongo URL
…v branch #time 5m
… challenge #time 15m
TCA-397 lint issues -> dev
TCA-385 forbidden error logging -> dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't seen these check annotations before. I'll fix them as part of TCA-397.
Let me know your thoughts about the logging.
@@ -258,16 +258,24 @@ export function isValidChallengeCompletion(req, res, next) { | |||
message: 'That does not appear to be a valid challenge submission.' | |||
}; | |||
|
|||
console.debug('console.debug'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we hold off on deploying this logging to prod? It was meant to be temporary, but I was never able to test it bc of the deployment issue.
Maybe we can merge the branch that removes the mongo db logging directly into master instead of going through dev?
I am also seeing some other changes not related to the mongo db logging in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine if we want to merge just my branch into master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@testflyjets Cool--I'd be more comfortable if we did that.
TCA-397 Lint Fix -> dev
… a challenge #time 10m
TCA-385 Adds more logging -> dev
TCA-385 More logging -> dev
TCA-385 remove extra logging -> dev
…project-layout TCA-425 - Update backend projects to advance to next lesson without c…
TCA-385 clean up logging -> dev
I am closing this PR bc the 1-line removal of the mongo logging was done in a PR to master directly: #66 |
What's in this PR