Changeset 683 in tmcsimulator for trunk/src/python/unifiedlogger/__main__.py
- Timestamp:
- 09/28/2022 10:58:59 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/python/unifiedlogger/__main__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/__main__.py
r645 r683 1 import logging_service, os, ConfigParser1 import logging_service, os, sys, ConfigParser 2 2 # This main module is provided so the application can be conveniently bundled for deployment 3 3 def main(): … … 10 10 revNum = "?" 11 11 print "Unified Logging Service v"+revNum,"starting from ",os.getcwd() 12 logging_service.startup( )12 logging_service.startup(sys.argv) 13 13 14 14 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.
