Change default log location for qdrouterd service

Change-Id: Ia3bc189b3ddf27db9325dffada6d36adc1aab463
Closes-Bug: 1706091
This commit is contained in:
Andrew Smith 2017-07-24 10:48:20 -04:00
parent 95c0eb47b2
commit a48d12200a
1 changed files with 4 additions and 4 deletions

View File

@ -95,11 +95,11 @@
#
# [*log_output*]
# (optional) Target destination for log message
# Defaults to '/var/log/qdrouterd.log'
# Defaults to '/var/log/qdrouterd/qdrouterd.log'
#
# [*router_debug_dump*]
# (optional) Path to file for debugging information
# Defaults to '/var/log'
# Defaults to '/var/log/qdrouterd'
#
# [*router_hello_interval*]
# (optional) Router HELLO message interval in seconds
@ -164,8 +164,8 @@ class qdr(
$extra_addresses = [],
$log_enable = 'debug+',
$log_module = 'DEFAULT',
$log_output = '/var/log/qdrouterd.log',
$router_debug_dump = '/var/log',
$log_output = '/var/log/qdrouterd/qdrouterd.log',
$router_debug_dump = '/var/log/qdrouterd',
$router_hello_interval = '1',
$router_hello_max_age = '3',
$router_id = "Router.${::fqdn}",