cubicweb/server/repository.py
branch3.24
changeset 11821 7534b32c45e3
parent 11819 a85b7a898e13
child 11908 7904fe436e82
equal deleted inserted replaced
11820:ec612abc2e2e 11821:7534b32c45e3
  1032 
  1032 
  1033     # these are overridden by set_log_methods below
  1033     # these are overridden by set_log_methods below
  1034     # only defining here to prevent pylint from complaining
  1034     # only defining here to prevent pylint from complaining
  1035     info = warning = error = critical = exception = debug = lambda msg, *a, **kw: None
  1035     info = warning = error = critical = exception = debug = lambda msg, *a, **kw: None
  1036 
  1036 
       
  1037 
  1037 set_log_methods(Repository, getLogger('cubicweb.repository'))
  1038 set_log_methods(Repository, getLogger('cubicweb.repository'))