[01:35] * thumper needs another coffee [02:41] wallyworld: around? [02:42] https://github.com/juju/loggo/pull/30 [02:45] thumper: lgtm'ed [02:45] anastasiamac: thanks [02:51] babbageclunk: hey, give me 5? [02:52] wallyworld: sure [02:58] babbageclunk: ok, ready! [02:59] wallyworld: ok, in 1:1 [02:59] ? [03:45] * thumper sighs [09:08] jam: Can we have a quick chat when you've the time? [09:16] manadart: sure [09:30] manadart: standup room or 1:1? [09:31] jam: Hading to standup. [09:33] manadart: doorbell just rang, brt [09:34] * manadart nods. [12:30] How do we get tests to emit the trace-level logging? [12:42] easy review: https://github.com/juju/juju/pull/8538 [12:50] jam: Approved it. [15:04] Bug #1654136 opened: Removing relationship didn't remove subordinate unit [15:13] Bug #1654136 changed: Removing relationship didn't remove subordinate unit [15:31] Bug #1654136 opened: Removing relationship didn't remove subordinate unit === frankban is now known as frankban|afk [20:23] I would like to know what causes the config changed hook to fire for charm config [20:23] There are functions which return notifyWatchers but they done seem to be called anywhere [20:24] However, if I have an ubuntu charm, for example, and I change the the hostname in the charm config, then the hook fires [20:25] I see that ubuntu.py in reactive on the charm has a @when(config.changed.ubuntu) [20:25] I am trying to find out why this works "automatically" for charm config but not application config [22:04] externalreality: hey [22:04] externalreality: the hook firing will be based on a charm config watcher [22:04] which in turn will be driven by a document watcher [22:04] on the apiserver [22:05] Bug #1654136 changed: Removing relationship didn't remove subordinate unit [22:05] there are two ways to fix it [22:05] either add a separate appliation config watcher for the uniter [22:05] or have two watchers, one charm config and one appliation config, driving the config watcher on the apiserver [22:27] thumper, gracias jefe!