2
0

feat(install): Add automatic logs to install script (#312)

This change makes the install script create a new install log file, `sentry_install_log-<ISO_TIMESTAMP>.txt`, for each run and records all the output there for future reference.
This commit is contained in:
Burak Yigit Kaya
2020-01-03 13:17:35 +03:00
committed by GitHub
parent aa79f8baf9
commit 629ee07c79
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -33,6 +33,7 @@ var/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
sentry_install_log*.txt
# Unit test / coverage reports
htmlcov/