-
Notifications
You must be signed in to change notification settings - Fork 17
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
refactor logging to include the time #33
Comments
Not sure about this. Leaking PII maybe? (if we want to send logs back. otherwise fine with me) |
hmm. That's true, but it can be hard to determine what is happening if the logs don't include a timestamp. Also, timing in the logs will be dependent upon the scheduling server, so I'm unsure what additional info this would leak. @gsathya, thoughts? |
This is as easy as changing the log format to |
I vote for including this and not sending back logs at all. I dislike the idea of sending back logs without user action. |
@gsathya, I know. I already added this for the vpn stuff. I just wanted to get people's thoughts on the change. |
@gsathya, why don't we make a separate command line arg for syncing logs so that users have the ability to send logs back, but we don't enable it by default. This may make some troubleshooting easier, but I am also ok with forcing users to copy the logs into an email or something. |
I have strong feelings against this.
This is the way to go. |
@gsathya, then I think this is the issue for you. Let's expand the issue to include adding time stamps, creating a wiki page for users to copy and submit their logs, and removing all of the log submission functionality. |
|
The PRs in #33 (comment) fix the issue. Closing the ticket. |
@gsatha, we also need to add a wiki page describing to users how to submit logs. Do you want a separate issue for that for should that be this issue?= |
Do we need this now? I'd rather have them create issues on GitHub |
|
@gsathya, seems fine. |
No description provided.
The text was updated successfully, but these errors were encountered: