Warning: Can't use blame annotator:
svn blame failed on trunk/webapps/unifiedlogger/__main__.py: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/webapps/unifiedlogger/__main__.py @ 439

Revision 439, 263 bytes checked in by jdalbey, 7 years ago (diff)

setup wing project for logging service python files. Add config file for file paths.

RevLine 
1import logging_service, os
2# This main module is provided so the application can be conveniently bundled for deployment
3def main():
4    print "Unified Logging Service starting from ",os.getcwd()
5    logging_service.startup()
6
7if __name__ == '__main__':
8    main()
Note: See TracBrowser for help on using the repository browser.