Update log_file documentation
log_file should be set to $::os_service_default and not to the boolean false because the boolean false gets interpreted as a file name. Change-Id: I2b7f3ad6f04b24e357948bd23782b89764e632e5
This commit is contained in:
parent
d4402fa8d4
commit
ffa154c77a
@ -31,7 +31,7 @@
|
||||
#
|
||||
# [*log_file*]
|
||||
# (optional) The path of file used for logging
|
||||
# If set to boolean false, it will not log to any file.
|
||||
# If set to $::os_service_default, it will not log to any file.
|
||||
# Default: undef
|
||||
#
|
||||
# [*log_dir*]
|
||||
|
@ -27,6 +27,7 @@
|
||||
#
|
||||
# [*log_file*]
|
||||
# (optional) File where logs should be stored.
|
||||
# If set to $::os_service_default, it will not log to any file.
|
||||
# Defaults to '/var/log/glance/api.log'.
|
||||
#
|
||||
# [*logging_context_format_string*]
|
||||
|
@ -26,7 +26,7 @@
|
||||
#
|
||||
# [*log_file*]
|
||||
# (optional) Log file for glance-registry.
|
||||
# If set to boolean false, it will not log to any file.
|
||||
# If set to $::os_service_default, it will not log to any file.
|
||||
# Defaults to undef.
|
||||
#
|
||||
# [*log_dir*]
|
||||
|
@ -27,6 +27,7 @@
|
||||
#
|
||||
# [*log_file*]
|
||||
# (optional) File where logs should be stored.
|
||||
# If set to $::os_service_default, it will not log to any file.
|
||||
# Defaults to '/var/log/glance/registry.log'.
|
||||
#
|
||||
# [*logging_context_format_string*]
|
||||
|
Loading…
Reference in New Issue
Block a user