mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
simplify addLoggingToConfig
This commit is contained in:
@ -205,7 +205,9 @@ class OragonoController(BaseServerController, DirectoryBasedController):
|
|||||||
def getConfig(self):
|
def getConfig(self):
|
||||||
return copy.deepcopy(self._config)
|
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)
|
config.update(LOGGING_CONFIG)
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user