This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a commit to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/debian9-systemvmtemplate by
this push:
new a7cff34 reduce logging, have a monkey powered issue!
a7cff34 is described below
commit a7cff343693c71a1c15ae551a56c15d115693163
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon Dec 4 11:01:49 2017 +0530
reduce logging, have a monkey powered issue!
Signed-off-by: Rohit Yadav <[email protected]>
---
systemvm/patches/debian/etc/issue | 5 +++++
systemvm/patches/debian/opt/cloud/bin/update_config.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/systemvm/patches/debian/etc/issue
b/systemvm/patches/debian/etc/issue
new file mode 100644
index 0000000..aa32be1
--- /dev/null
+++ b/systemvm/patches/debian/etc/issue
@@ -0,0 +1,5 @@
+ _ `.o/* Apache CloudStack
+ ( )# [email protected]
+ (___(_) https://cloudstack.apache.org
+
+CloudStack SystemVM 4.11 \n \l
diff --git a/systemvm/patches/debian/opt/cloud/bin/update_config.py
b/systemvm/patches/debian/opt/cloud/bin/update_config.py
index e4e70de..7b86378 100755
--- a/systemvm/patches/debian/opt/cloud/bin/update_config.py
+++ b/systemvm/patches/debian/opt/cloud/bin/update_config.py
@@ -26,7 +26,7 @@ import os.path
import configure
import json
-logging.basicConfig(filename='/var/log/cloud.log', level=logging.DEBUG,
format='%(asctime)s %(filename)s %(funcName)s:%(lineno)d %(message)s')
+logging.basicConfig(filename='/var/log/cloud.log', level=logging.INFO,
format='%(asctime)s %(filename)s %(funcName)s:%(lineno)d %(message)s')
# first commandline argument should be the file to process
if (len(sys.argv) != 2):
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].