=== CyberJacob is now known as CyberJacob|Away === medberry is now known as Guest57266 === freeflying_away is now known as freeflying === CyberJacob|Away is now known as CyberJacob [15:39] how can I start juju with full debug logging? juju -vvv seems to be deprecated and doesnt show all log calls either [15:41] found it: --show-log --debug [15:41] "verbose is deprecated with the current meaning, use show-log" that was a bit confusing, I thought show-log is a subcommand of juju instead of parameter [19:04] meebey, https://lists.ubuntu.com/archives/juju/2013-September/002998.html [19:04] meebey, debug-log is a the subcommand [19:04] meebey, the link has the config to enable verbose agent logging [19:05] meebey, for cli.. --debug does detailed looging, else -v for verbose [19:05] thanks [19:34] hazmat: please stop using -v for verbose [19:34] hazmat: the meaning of verbose is changing [19:34] hazmat: verbose will (RSN) mean 'show more output' and not be related to logging [19:35] user output and developer logging are two different things [19:42] thumper, -v for what then? [19:43] thumper, yes dev log and user log distinction understood, how is that not embodied by --debug vs -v ? [19:43] and if its not.. then that's a ux bug imo [19:45] hazmat: --debug says "show me the debug log and set logging to DEBUG" [19:45] hazmat: -v should mean "show me more user output" [19:45] -q should be "show me no user output" [19:45] should, but isn't yet [19:45] it has been one of those annoying things I keep meaning to get around to fixing properly [19:46] thumper, and that's exactly what i meant to convey [19:46] re -v vs. --debug [19:46] hazmat: perhaps we should just file it as a bug :-) [19:46] at least it would then be tracked [19:46] hazmat: also, Hai! [19:46] thumper, chairs on the deck imo. [19:47] * thumper looks confused === zz_mwhudson is now known as mwhudson [19:50] thedac, also, Mauri ora! Kia ora! :-) [19:50] argh.. thumper ^ [19:51] :) [21:08] is there any hack/way to trick juju into letting me deploy a local charm without creating the directory structure for series? I git clone the charm and just want to deploy it, but it really wants that series directory. [22:24] rick_h_, i've tried that myself and have been unsuccessful [22:24] rick_h_, the workflow i've adopted is to to keep a "in dev" and a "production" series of directories to islate what i'm checking vs what i'm deploying - and alias those [22:27] lazypower: cool, guess as long as I'm not the only one that thinks it should work a bit differently [22:28] I've heard talks of the series going in metadata.yaml instead of being a forced portion of the dir structure [22:28] but its not there yet [22:28] yea, that'll be a bit to settle out [22:48] rick_h_: symlinks [22:48] otherwise, no [22:50] marcoceppi: yea, but it rejects symlinks because you're trying to reach something outside the dir [22:50] marcoceppi: is there a symlink pattern that does work?