Skip to content

Commit

Permalink
use print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubangizi committed Feb 26, 2024
1 parent 2638186 commit d11c2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ def deploy_user_app(kube_client, project: Project, user: User, app: App = None,
service_name, project.alias)
except:
pass
logger.error(
print(
f'Creating service for {app_alias} namespasce {namespace}')
logger.error(service)
print(service)
# print(f'Creating service for {app_alias} namespasce {namespace}')
# print(service)
kube_client.kube.create_namespaced_service(
Expand Down

0 comments on commit d11c2d1

Please sign in to comment.