Skip to content

Commit

Permalink
increase log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed May 10, 2024
1 parent 702b3a7 commit 65781c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/platform-init/platform-init.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def init_secret_and_data_service_encryption(config: Config):
def main():
config = Config.from_env()
k8s_config.load_incluster_config()
logging.basicConfig(level=logging.INFO)
logging.info("Initializing Renku platform")
init_secret_service_secret(config)
init_secret_and_data_service_encryption(config)
Expand Down

0 comments on commit 65781c8

Please sign in to comment.