Added default logging params in config
Change-Id: I01314981f13c1cdf2f2ccc042467a3a2c9acec59
This commit is contained in:
parent
c98656a328
commit
bdefa645ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user