Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Oct 5, 2023
1 parent a8490ca commit ae6cd9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lucit_licensing_python/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ def __init__(self, api_secret: str = None, license_token: str = None,
self.shop_product_url = "https://shop.lucit.services/software/unicorn-binance-suite"
else:
self.shop_product_url = "https://shop.lucit.services/software"
logger.info(f"Starting instance of `lucit-licensing-python_{self.module_version}"
f"{'_compiled' if cython.compiled else '_source'}' ...")
logger.info(f"New instance of lucit-licensing-python_{self.module_version}"
f"{'_compiled' if cython.compiled else '_source'} on "
f"{str(platform.system())} {str(platform.release())} started ...")
if start is True:
self.start()

Expand Down

0 comments on commit ae6cd9b

Please sign in to comment.