-
Notifications
You must be signed in to change notification settings - Fork 10
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
Improved logging #24
base: non-admin-users
Are you sure you want to change the base?
Improved logging #24
Conversation
Where are we on this? |
Most of the work is done. Earlier we put this on halt due to low priority but will review the changes again, resolve merge conflicts, and remove the WIP status. @cpg |
This PR adds:
|
src/fs/fs.go
Outdated
const DisableCertChecking = false | ||
const DisableHttps = false | ||
const DisableCertChecking = true | ||
const DisableHttps = true |
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.
These two options should not be changed, please remove this change from the commit.
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.
@csoni111 Resolved this.
fixes #4