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:
parent
7ef8db9c49
commit
13ffdf43e3
@ -3,3 +3,4 @@ output_file = etc/bgp_dragent.ini.sample
|
||||
wrap_width = 79
|
||||
|
||||
namespace = bgp.agent
|
||||
namespace = oslo.log
|
||||
|
Loading…
Reference in New Issue
Block a user