[telemetry] Disable fs logging if syslog is enabled (refs: #187)
This commit is contained in:
parent
814222f6b9
commit
b6eccd19cd
@ -98,6 +98,7 @@ class cloud::telemetry(
|
|||||||
rabbit_userid => 'ceilometer',
|
rabbit_userid => 'ceilometer',
|
||||||
verbose => $verbose,
|
verbose => $verbose,
|
||||||
debug => $debug,
|
debug => $debug,
|
||||||
|
log_dir => $log_dir,
|
||||||
use_syslog => $use_syslog,
|
use_syslog => $use_syslog,
|
||||||
log_facility => $log_facility
|
log_facility => $log_facility
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ describe 'cloud::image' do
|
|||||||
:log_facility => 'LOG_LOCAL0',
|
:log_facility => 'LOG_LOCAL0',
|
||||||
:bind_host => '10.0.0.1',
|
:bind_host => '10.0.0.1',
|
||||||
:bind_port => '9292',
|
:bind_port => '9292',
|
||||||
:use_syslog => true,
|
:use_syslog => true
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ describe 'cloud::image' do
|
|||||||
:bind_port => '9191',
|
:bind_port => '9191',
|
||||||
:use_syslog => true,
|
:use_syslog => true,
|
||||||
:log_dir => false,
|
:log_dir => false,
|
||||||
:log_file => false,
|
:log_file => false
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user