diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-06-10 12:59:54 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-06-10 12:59:54 -0400 |
commit | 9cb2af16f2fe4f4c9b7a443e67e9bfd1e0f82ef9 (patch) | |
tree | 328edb89b559bc6904455c212f05aa207532cb96 /ChangeLog | |
parent | b01cbc0c282ca1bf761d2064f0c96c176ccc93d4 (diff) | |
parent | c176089d9870f373e5876d246820fba6ff44d6c8 (diff) | |
download | vyos-cloud-init-9cb2af16f2fe4f4c9b7a443e67e9bfd1e0f82ef9.tar.gz vyos-cloud-init-9cb2af16f2fe4f4c9b7a443e67e9bfd1e0f82ef9.zip |
Change missing Cheetah log warning to debug [Andrew Jorgensen]
In the absence of cheetah, which is a fairly heavy templating engine, and
not strictly needed by anything in cloud-init, the only warning we saw in
the logs was this one from the templater. Degrading this to a debug
message makes any other warnings more relevant.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ to "pass" if modules_init should be executed with network access. - ConfigDrive: improved support for networking information from a network_data.json or older interfaces formated network_config. + - Change missing Cheetah log warning to debug [Andrew Jorgensen] 0.7.6: - open 0.7.6 |