From bbb193d42c8d2abeb394529610dc50f66fba8d2a Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 7 Nov 2017 08:43:43 +0200 Subject: [PATCH] Add release note for use_json option A recent change [1] added the use_json option to the logging configuration. It was missing a release note, and this commit adds it. [1] I1b7b7b9e66215e8e1c59a2c0a37cb0abaebf228a Change-Id: I57c96c951522a2c6abf1357a18b41644b567b0b2 --- releasenotes/notes/use-json-option-96f71da54a3b9a18.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/use-json-option-96f71da54a3b9a18.yaml diff --git a/releasenotes/notes/use-json-option-96f71da54a3b9a18.yaml b/releasenotes/notes/use-json-option-96f71da54a3b9a18.yaml new file mode 100644 index 00000000..2911154d --- /dev/null +++ b/releasenotes/notes/use-json-option-96f71da54a3b9a18.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + The use_json configuration option was added. It enables JSON formatting in + the logs when set to True. The option is also available through the command + line via the ``--use-json`` flag.