diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-10-23 17:51:47 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-10-23 17:51:47 -0700 |
commit | 17f180790f4a8b7f818b76abf34cc6b2ba61f0af (patch) | |
tree | 71fb0222dcfb478ef4982db85061158ebfd931dd /cloudinit | |
parent | ba09a65a307651144a72a0a0e554895ac0440c45 (diff) | |
download | vyos-cloud-init-17f180790f4a8b7f818b76abf34cc6b2ba61f0af.tar.gz vyos-cloud-init-17f180790f4a8b7f818b76abf34cc6b2ba61f0af.zip |
Not that log_cfgs are not shown.
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/config/cc_debug.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cloudinit/config/cc_debug.py b/cloudinit/config/cc_debug.py index 89627012..39d85fdc 100644 --- a/cloudinit/config/cc_debug.py +++ b/cloudinit/config/cc_debug.py @@ -27,6 +27,10 @@ It can be configured with the following option structure:: debug: verbose: (defaulting to true) output: (location to write output, defaulting to console + log) + +.. note:: + + Log configurations are not output. """ from cloudinit import type_utils |