Stephane Odul

Results 140 comments of Stephane Odul

Part of this was implemented in 5.5.2: https://github.com/pongasoft/glu/pull/267

Yes, basename is pretty much available everywhere. I use it all the time. http://ss64.com/bash/basename.html prep would be perfect to find a process id based on that command line argument. However...

When we deploy/redeploy and there is an error, the deployment view shows the head of the Groovy script output: Run [install] phase for [/ed/celery] on [i-03dc8530] - 2s - script=IgGluScript...

No, when I click on 'View Full Stack Trace', I get the full 'java' stack trace indeed, but the same stripped stdout/stderr (I counted around 470 characters). It is a...

Yes, we are doing the custom log links at the moment, so that helps a lot but it still requires two clicks while we are looking to have that inlined...

1. The commands feature is not available to read-only users. So this feature would improve the ability to troubleshoot production system while keeping limited access. 2. With the live tail...

Here is a mockup of how it could look like. ![log tail mockup](https://f.cloud.github.com/assets/1504511/1083281/1bd589a8-1597-11e3-92b7-2cb0d8bab8ed.png) I would not add highlighting in the first iteration but would be good further down the road....

I think the root cause is that `jetty.sh` is expecting `JAVA_OPTIONS` to be an array object and not a string object. Working on a fix.

For reference: http://tldp.org/LDP/abs/html/arrays.html