Fix documentation for log_dir parameter
Change-Id: Ifba8e0b5f9119426a8093a0124e5bb5d4e89b20a Partial-Bug: #1600294
This commit is contained in:
parent
40849caaa0
commit
468a12493d
@ -14,7 +14,7 @@
|
||||
#
|
||||
# [*log_dir*]
|
||||
# (Optional) Directory where logs should be stored
|
||||
# If set to boolean 'false', it will not log to any directory
|
||||
# If set to $::os_service_default, it will not log to any directory
|
||||
# Defaults to undef.
|
||||
#
|
||||
# [*default_transport_url*]
|
||||
|
@ -22,7 +22,7 @@
|
||||
#
|
||||
# [*log_dir*]
|
||||
# (optional) Directory where logs should be stored.
|
||||
# If set to boolean false, it will not log to any directory.
|
||||
# If set to $::os_service_default, it will not log to any directory.
|
||||
# Defaults to '/var/log/heat'
|
||||
#
|
||||
# [*logging_context_format_string*]
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
fixes:
|
||||
- Fixed documentation for log_dir parameter
|
Loading…
Reference in New Issue
Block a user