From bdefa645ce73269a0a7a5aa14c34ac3f585b31ac Mon Sep 17 00:00:00 2001 From: Serg Melikyan Date: Fri, 8 Nov 2013 16:52:50 +0400 Subject: [PATCH] Added default logging params in config Change-Id: I01314981f13c1cdf2f2ccc042467a3a2c9acec59 --- etc/murano-repository.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/murano-repository.conf b/etc/murano-repository.conf index 6169ab7..c5e4755 100644 --- a/etc/murano-repository.conf +++ b/etc/murano-repository.conf @@ -3,9 +3,19 @@ host = 0.0.0.0 # Port the bind the server to port = 8084 + # Directory for cache, OS temp directory is used by default #cache_dir = +# Show more verbose log output (sets INFO log level output) +verbose = True + +# Show debugging output in logs (sets DEBUG log level output) +debug = True + +# Log to this file. Make sure the user has permissions to write to this file! +log_file = /tmp/murano-repository.log + # Provide information about data types # absolute or relative path to manifest location(root directory) # where absolute path starts with / and relative to the repository folder