Charlie81 commited on
Commit
f0360c5
·
1 Parent(s): aa8735c

Revert "logging verbosity"

Browse files

This reverts commit aa8735c8ba952dc81ae66de85371541b12faf307.

Files changed (1) hide show
  1. scripts/evalexperts.py +0 -4
scripts/evalexperts.py CHANGED
@@ -28,10 +28,6 @@ logging.basicConfig(
28
  level=logging.DEBUG, # Changed from INFO to DEBUG
29
  format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
30
  )
31
- logging.getLogger().setLevel(logging.DEBUG)
32
- logging.getLogger('lm_eval').setLevel(logging.DEBUG)
33
- logging.getLogger('lm_eval.evaluator').setLevel(logging.DEBUG)
34
-
35
  logger = logging.getLogger(__name__)
36
 
37
 
 
28
  level=logging.DEBUG, # Changed from INFO to DEBUG
29
  format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
30
  )
 
 
 
 
31
  logger = logging.getLogger(__name__)
32
 
33