From 13ffdf43e342d74addd1985be8caa31527115a60 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 23 Nov 2022 22:14:16 +0100 Subject: [PATCH] Add oslo.log to config generator The generated configuration example file was showing an empty [DEFAULT] section, which is confusing. Add the oslo.log namespace since it is actually used for configuration of the logging output. Change-Id: I452cd33ebb5ff8e4bbc6acd00104653769b4003c --- etc/oslo-config-generator/bgp_dragent.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/oslo-config-generator/bgp_dragent.ini b/etc/oslo-config-generator/bgp_dragent.ini index 3030cdd0..9a7b2a9b 100644 --- a/etc/oslo-config-generator/bgp_dragent.ini +++ b/etc/oslo-config-generator/bgp_dragent.ini @@ -3,3 +3,4 @@ output_file = etc/bgp_dragent.ini.sample wrap_width = 79 namespace = bgp.agent +namespace = oslo.log