"""PSLA - Perforce Server Log Analyzer This is intended to be executed with Python, e.g. on Dockerfile ENTRYPOINT """ from app import app if __name__ == '__main__': app.run(debug=True, host='0.0.0.0')
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 25220 | Robert Cowham |
Moved project files to new location: //guest/perforce_software/log-analyzer/psla/... Required by Swarm project structure for workshop. |
||
#2 | 23771 | Robert Cowham | Error handling for queries - refactor and move to seperate file | ||
#1 | 23765 | Robert Cowham | Moved things down one level to psla dir to make it easier to see what belongs | ||
//guest/perforce_software/utils/log_analyzer/psla.py | |||||
#1 | 23704 | Robert Cowham | Save before simplifying |