John Keiser

Results 256 comments of John Keiser

I think it would be reasonable to add a mode that would print stdout and stderr to a file for each machine. You could even tee it to stdout. I...

Hmm, I just realized that doesn't completely solve what you want--you are saying that if you don't set `-l debug`, you don't get any output from the chef-client? Still, might...

@Fodoj oh! I know what you need. Disregard the previous message and branch. chef-provisioning should already do what you want. You need this: ``` ruby machine 'blah' do machine_options convergence_options:...

Ugh, I see why `stream: true` didn't do anything. `-l debug` should have, though. What were you expecting it to do, and what did it do instead?

@Fodoj it should print the log of the node to your current console--what are you seeing?

Is that on the console or in the local chef-client log?

@Fodoj I believe the output of the machine in question goes to the _console_ rather than the logfile. I totally get that that's not useful to you if you're running...

@Fodoj What is the full command you run, and are you looking at the output that appears on the console, or in a file somewhere? (It's super possible this is...

@Fodoj cool, seems like the right command. Where are you reading the output you pasted? Are you seeing the `[INFO]` lines in a file, or on the command line console...

The full valid list of compute_options is "the list of valid options to Fog::Compute.new(...)" :) On Fri, Sep 5, 2014 at 3:54 AM, dvlscm [email protected] wrote: > Yep, it's confusing....