Ignore:
Timestamp:
Jan 21, 2012, 6:22:51 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
441604f
Parents:
ab7c1dd
git-author:
Jessica B. Hamrick <jhamrick@…> (01/21/12 18:22:51)
git-committer:
Jessica B. Hamrick <jhamrick@…> (01/21/12 18:22:51)
Message:

Fix logger issues in job and player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/test/server/job.py

    radf8cf0 rbd5bffc  
    66import sys
    77import time
     8import logging
    89
    910def make_tempfile():
     
    204205
    205206if __name__ == "__main__":
     207    logging.basicConfig(loglevel=logging.CRITICAL)
    206208    unittest.main()
Note: See TracChangeset for help on using the changeset viewer.