Removed now useless logging message
This commit is contained in:
parent
003297ecfd
commit
baf14d495c
1 changed files with 0 additions and 4 deletions
|
@ -197,10 +197,6 @@ def main():
|
||||||
logger.info("Exporter is starting up")
|
logger.info("Exporter is starting up")
|
||||||
REGISTRY.register(QbittorrentMetricsCollector(config))
|
REGISTRY.register(QbittorrentMetricsCollector(config))
|
||||||
|
|
||||||
logger.info(
|
|
||||||
f"Including uncategorized torrents: {config['include_uncategorized']}"
|
|
||||||
)
|
|
||||||
|
|
||||||
# Start server
|
# Start server
|
||||||
start_http_server(config["exporter_port"])
|
start_http_server(config["exporter_port"])
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
Loading…
Reference in a new issue