Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

More error logging in bootstrap code would be nice #36

Closed
michaelgursky opened this issue Jul 30, 2012 · 2 comments
Closed

More error logging in bootstrap code would be nice #36

michaelgursky opened this issue Jul 30, 2012 · 2 comments
Assignees

Comments

@michaelgursky
Copy link

Some of the catch clauses in deploy/lib/xquery/setup.xqy log the exception, but many do not. It would be very helpful to log at least some of these that are not currently logged. The two in particular that would have saved me some time are in setup:apply-database-settings() and setup:configure-http-server(). In general, I would think any failure that would cause a significant portion of the configuration not to succeed (like configuring a database or app server) should be logged.

@peterskim12
Copy link
Contributor

I noticed this when I was trying to bootstrap an app on ports where there were already apps configured. There was no error logging indicating that it could not create app servers.

@ghost ghost assigned paxtonhare Oct 22, 2012
paxtonhare added a commit that referenced this issue Oct 26, 2012
For #36 I rewrote the setup.xqy. Also added unit tests for Roxy bootstrap
paxtonhare added a commit that referenced this issue Oct 26, 2012
@paxtonhare
Copy link
Contributor

now available in the dev branch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants