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

log python version on exit #53

Merged
merged 1 commit into from Oct 10, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

log python version on exit

  • Loading branch information
Mike Blume
Mike Blume committed Oct 10, 2013
commit af1c0a894434ada95f846f6f412fbc2d82882bbc
@@ -324,6 +324,7 @@ def sys_exit(reason = None):
data = {
"operating_system": current_environment['operating_system'],
"syslog_versions": current_environment['syslog_versions'],
"python_version": ".".join(map(str, sys.version_info)),
"reason":reason,
"username":USER,
"subdomain": SUBDOMAIN
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.