Skip to content

Commit

Permalink
loglevel info
Browse files Browse the repository at this point in the history
  • Loading branch information
GedasFX committed Apr 2, 2023
1 parent 5a77a1e commit 17bbf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
cfg_property_file = config_dir / "plugin.properties"

logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)


async def _get_url_from_rclone_process(process: asyncio.subprocess.Process):
Expand Down

0 comments on commit 17bbf92

Please sign in to comment.