Fix documentation for log_dir parameter
Change-Id: If3ca39111a501e6768ecc94a5bf5f22b3a94879b Partial-Bug: #1600294
This commit is contained in:
parent
3157440992
commit
18cc687589
@ -220,7 +220,7 @@
|
|||||||
#
|
#
|
||||||
# [*log_dir*]
|
# [*log_dir*]
|
||||||
# (optional) Directory where logs should be stored.
|
# (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.
|
# Defaults to undef.
|
||||||
#
|
#
|
||||||
# [*database_connection*]
|
# [*database_connection*]
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#
|
#
|
||||||
# [*log_dir*]
|
# [*log_dir*]
|
||||||
# (optional) Directory where logs should be stored.
|
# (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/ironic-inspector'
|
# Defaults to '/var/log/ironic-inspector'
|
||||||
#
|
#
|
||||||
# [*logging_context_format_string*]
|
# [*logging_context_format_string*]
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#
|
#
|
||||||
# [*log_dir*]
|
# [*log_dir*]
|
||||||
# (optional) Directory where logs should be stored.
|
# (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/ironic'
|
# Defaults to '/var/log/ironic'
|
||||||
#
|
#
|
||||||
# [*logging_context_format_string*]
|
# [*logging_context_format_string*]
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Fixed documentation for log_dir parameter
|
Loading…
Reference in New Issue
Block a user