mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
simplify addLoggingToConfig
This commit is contained in:
@ -205,7 +205,9 @@ class OragonoController(BaseServerController, DirectoryBasedController):
|
||||
def getConfig(self):
|
||||
return copy.deepcopy(self._config)
|
||||
|
||||
def addLoggingToConfig(self, config):
|
||||
def addLoggingToConfig(self, config=None):
|
||||
if config is None:
|
||||
config = self.baseConfig()
|
||||
config.update(LOGGING_CONFIG)
|
||||
return config
|
||||
|
||||
|
Reference in New Issue
Block a user