mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Use conf.Directory for the log directory.
This commit is contained in:
parent
35acc6c583
commit
0a2d7146a4
@ -288,7 +288,7 @@ class LogLevel(ValidLogLevel):
|
|||||||
_logger.setLevel(self.value) # _logger defined later.
|
_logger.setLevel(self.value) # _logger defined later.
|
||||||
|
|
||||||
conf.registerGlobalValue(conf.supybot.directories, 'log',
|
conf.registerGlobalValue(conf.supybot.directories, 'log',
|
||||||
registry.String('logs', """Determines what directory the bot will store its
|
conf.Directory('logs', """Determines what directory the bot will store its
|
||||||
logfiles in."""))
|
logfiles in."""))
|
||||||
|
|
||||||
conf.registerGroup(conf.supybot, 'log')
|
conf.registerGroup(conf.supybot, 'log')
|
||||||
|
Loading…
Reference in New Issue
Block a user