~nico-inattendu/luciole/bug_500652

« back to all changes in this revision

Viewing changes to luciole.py

  • Committer: nico at inattendu
  • Date: 2010-01-29 07:36:18 UTC
  • mfrom: (42.1.4 bug_excessive_cpu)
  • Revision ID: nico@inattendu.org-20100129073618-3t6aqkhqh5tqaqtq
Merge with corrections for excessive CPU bug #500649

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    logger = logging.getLogger("luciole")
48
48
    if is_verbose == True :
49
49
        logger.setLevel(logging.DEBUG)
 
50
    else :
 
51
        logger.setLevel(logging.INFO)
50
52
            
51
53
    # create console handler with a higher log level
52
54
    ch = logging.StreamHandler()