Debug logging is likely to be your best bet here. That is: liberal use of log.debug and making sure the executor is started with --log_to_stderr=google:DEBUG
On Wed, Oct 1, 2014 at 5:31 PM, David Pan <david.p...@gmail.com> wrote: > Hi, > > I was wondering if there is a way to run Aurora in debug mode locally on > vagrant. Specifically, I want to put breakpoints in the health checker in > Aurora executor. > > Thanks, > > David Pan >