mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-21 00:05:35 +02:00
Added version of arr apps and qbit to debug logs
This commit is contained in:
@@ -88,7 +88,8 @@ async def instanceChecks(settingsDict):
|
||||
logger.error('!! %s Error: !!', settingsDict[instance + '_NAME'])
|
||||
logger.error('Please update %s to at least version %s. Current version: %s', settingsDict[instance + 'MIN_VERSION'],current_version)
|
||||
if not error_occured:
|
||||
logger.info('OK | %s', settingsDict[instance + '_NAME'])
|
||||
logger.info('OK | %s', settingsDict[instance + '_NAME'])
|
||||
logger.debug('Current version of %s: %s', instance, current_version)
|
||||
|
||||
# Check Bittorrent
|
||||
if settingsDict['QBITTORRENT_URL']:
|
||||
@@ -115,6 +116,7 @@ async def instanceChecks(settingsDict):
|
||||
|
||||
if not error_occured:
|
||||
logger.info('OK | %s', 'qBittorrent')
|
||||
logger.debug('Current version of %s: %s', 'qBittorrent', qbit_version)
|
||||
|
||||
|
||||
if error_occured:
|
||||
|
||||
Reference in New Issue
Block a user