9718f428f5a4fcac5e4be9a208a18e9b98a6e418
20 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Takashi Kajinami
|
9718f428f5 |
Prepare for voxpupuli-puppet-lint-plugins
Fix new lint errors detected when full of the voxpupili lint plugins are enabled. Change-Id: I8ebe256188945780f730ab51fc07ee55d2ecd508 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com> |
||
|
Takashi Kajinami
|
036b11b917 |
Remove watch_log_file
The option was deprecated during the 2024.2 cycle[1]. Processes may fail to start when it is set to True[2] so supporting it is no longer useful. [1] 31603ac6dacd0b47ec9f02d99bfdd0a7b683119c [2] b977cb9becbeaaa67bb663bd8db5aa6846e495b9 Change-Id: I03d9e5b6090793d200d3c9c3f2682d7abf6143df |
||
|
Takashi Kajinami
|
004f278703 |
log: Correct deprecation warning for watch_log_file
This is follow-up of
|
||
|
Takashi Kajinami
|
ec4f21b17c |
logging: Deprecate watch_log_file
This option was deprecated in oslo.log 6.0.0 [1]. [1] https://review.opendev.org/914788 Change-Id: I9aea6b99a2efee78fb561a6a36d796103d4c755e |
||
|
Takashi Kajinami
|
548d68cf35 |
Replace legacy facts and use fact hash
... because the latest lint no longer allows usage of legacy facts and top scope fact. Change-Id: Ib0bdb6329a438ac44886ee0494d0c52ad344a1bf |
||
|
Takashi Kajinami
|
efd1146993 |
log: Accept array for default_log_levels
Currently the default_log_levels parameter accepts only hash or string. This change adds support for an array value, so that users can use an array of 'logger=LEVEL' strings. Change-Id: I8c4358128438700430645df132882ec46a8885b9 |
||
|
Tobias Urdin
|
39bd0df71e |
Use validate_legacy
This changes all the puppet 3 validate_* functions to use the validate_legacy function. The validate_legacy function has been available since about three years but require Puppet >= 4.4.0 and since there is Puppet 4.10.12 as latest we should assume people are running a fairly new Puppet 4 version. This is the first step to then remove all validate function calls and use proper types for parameter as described in spec [1]. [1] https://review.openstack.org/#/c/568929/ Change-Id: I041af9f00d9463e35a53d1979cf03697cdf41376 |
||
|
zhongshengping
|
3d818422ff |
Revert "Update olso.log parameters"
The log result is [1] when the option is log-file.
The log result is [2] when the option is log_file.
[1]http://logs.openstack.org/45/444345/6/check/puppet-openstack-integration-4-scenario003-tempest-centos-7/ed001dd/logs/trove/
[2]http://logs.openstack.org/37/534537/1/check/puppet-openstack-integration-4-scenario003-tempest-centos-7/8fbeae3/logs/trove/
This reverts commit
|
||
|
Mykyta Karpin
|
2c50339a0b |
Update olso.log parameters
Update oslo.log parameters so we don't have warnings in syslog. Co-Authored-By: Mykyta Karpin <mkarpin@mirantis.com> Co-Authored-By: Alex Schultz <aschultz@redhat.com> Change-Id: Ifddb5f6eb964e51e01430a3e915495dd20d0a641 |
||
|
Juan Antonio Osorio Robles
|
439fbdb76a |
Expose use_json logging option
It enables JSON-formatted logging from oslo.log. Change-Id: If00976cbea705fb67be3abb12aa70d4a41ea83c3 |
||
|
Juan Antonio Osorio Robles
|
f32c680d5e |
Add use_journal option for logging configuration
This enables oslo.log to pass logging records to journald. Change-Id: I2f2977d88607939c278815cc449a129e8c04379d |
||
|
Alex Schultz
|
70816f417a |
Ensure debug is a boolean
Use any2bool when the debug value for logging is not the class defaults to ensure that we pass a true boolean to the configuration file. Change-Id: Ica3cbb2ca6b1168a49448ace1a38c96d95cdcd88 Closes-Bug: #1719929 |
||
|
Jenkins
|
e16f623dcd | Merge "Remove verbose" | ||
|
Mykyta Karpin
|
1ddc04fc55 |
Fix documentation for log_dir parameter
Change-Id: I4e9e5b5526aff37f8912bc96ec537f8d2c9ee519 Partial-Bug: #1600294 |
||
|
Iury Gregory Melo Ferreira
|
a73e75bf92 |
Remove verbose
Since we are in Ocata we should remove the verbose option that was deprecated Change-Id: Ibbc604ac80ddb0e9ca15da3a32abd5cb21eb5b9b |
||
|
Emilien Macchi
|
b3d13ee3e3 |
Deprecate verbose option in logging
Option "verbose" from group "DEFAULT" is deprecated for removal. The parameter has no effect. If this option is not set explicitly, there is no such warning. Change-Id: Ic05e3744046be622314f7f16c839d2323818b353 |
||
|
Denis Egorenko
|
b79dda880a |
Totally drop Qpid support
Qpid was removed in Mitaka from Oslo Messaging, so now we can drop it in manifests. Change-Id: I4c97e3dbf99465202870f9a6bbaa2daa415da6bf |
||
|
iberezovskiy
|
8ae52af64a |
Improvements for oslo::log define
* Deprecated options 'use_syslog_rfc_format' and 'log_format' were removed. It can be done because this module wasn't released; * Call of create_resources was reworked (one common call was left with hash of parameters); * Create unit tests for this define. Change-Id: Idfd98545e3a1341cf0fd46f7ddad65c11069ff68 |
||
|
Liao Penghui
|
c9324e1853 |
Add some logging related parameters.
Add some logging related parameters. And change the parameter specification to be consistent with the paramter list. |
||
|
Liao Penghui
|
1e441e4fcd |
Add define oslo::log
This patch aims to add a new define to manage parameters of logging facility in the [DEFAULT] section which belongs to oslo.log. |