DEBUG log db location on startup
This commit is contained in:
parent
417c4f302e
commit
176d6c1efb
1 changed files with 2 additions and 2 deletions
4
bitbotd
4
bitbotd
|
@ -80,8 +80,8 @@ if not log_level:
|
|||
|
||||
log = Logging.Log(not args.no_logging, log_level, args.log_dir)
|
||||
|
||||
log.info("Starting BitBot %s (Python v%s)",
|
||||
[IRCBot.VERSION, platform.python_version()])
|
||||
log.info("Starting BitBot %s (Python v%s, db %s)",
|
||||
[IRCBot.VERSION, platform.python_version(), database_location])
|
||||
|
||||
lock_file = LockFile.LockFile(lock_location)
|
||||
if not lock_file.available():
|
||||
|
|
Loading…
Reference in a new issue