mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Better logging
This commit is contained in:
parent
53d9faf871
commit
0266e9fb4e
|
@ -69,7 +69,7 @@ def getAppRegistry(apps, app_path):
|
|||
with open(app_cache_path, 'w') as f:
|
||||
json.dump(createCleanConfigFromV3(app_yml, os.path.dirname(app_path)), f)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
print(traceback.format_exc())
|
||||
print("App {} is invalid!".format(app))
|
||||
appPortsToMap()
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue
Block a user