mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-15 13:04:30 +00:00
syncing 1.7.60 ballistica binary
This commit is contained in:
parent
2870c850c4
commit
e02f1dbe52
241 changed files with 10185 additions and 1827 deletions
|
|
@ -108,6 +108,11 @@ class LoggerControlConfig:
|
|||
for logname in existinglognames:
|
||||
logger = logging.getLogger(logname)
|
||||
if logger.getEffectiveLevel() != self.get_effective_level(logname):
|
||||
|
||||
# Exceptions for ones that I don't care to look into.
|
||||
if logname in {'pyasn1'}:
|
||||
continue
|
||||
|
||||
logging.error(
|
||||
'loggercontrol effective-level sanity check failed;'
|
||||
' expected logger %s to have effective level %s'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue