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
This commit is contained in:
Dr. Jens Harbott 2022-11-23 22:14:16 +01:00 committed by Dr. Jens Harbott
parent 7ef8db9c49
commit 13ffdf43e3
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ output_file = etc/bgp_dragent.ini.sample
wrap_width = 79
namespace = bgp.agent
namespace = oslo.log