Merge "Default use_stderr to False"
This commit is contained in:
@@ -98,7 +98,7 @@ logging_cli_opts = [
|
|||||||
|
|
||||||
generic_log_opts = [
|
generic_log_opts = [
|
||||||
cfg.BoolOpt('use_stderr',
|
cfg.BoolOpt('use_stderr',
|
||||||
default=True,
|
default=False,
|
||||||
help='Log output to standard error. '
|
help='Log output to standard error. '
|
||||||
+ _IGNORE_MESSAGE),
|
+ _IGNORE_MESSAGE),
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- Configuration option `use_stderr`'s default value is
|
||||||
|
False now, this will avoid same logs on service log and
|
||||||
|
specific log file by option --log-file.
|
||||||
Reference in New Issue
Block a user