Add example of logging setting for Manila

This change demonstrates how we can define logging setting specific to
manila-ui, so that operators can easily understand how to customize
logging level and so on.

Change-Id: Ia8505d988ed75e0358452b5b3c2889b364680f22
This commit is contained in:
Takashi Kajinami 2021-02-13 23:00:28 +09:00 committed by Goutham Pacha Ravi
parent 23b345e745
commit 03caca6932
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,15 @@
# License for the specific language governing permissions and limitations
# under the License.
# Sample
# settings.LOGGING['loggers'].update({
# 'manilaclient': {
# 'handlers': ['console'],
# 'level': 'DEBUG',
# 'propagate': False,
# }
# })
# The OPENSTACK_MANILA_FEATURES settings can be used to enable or disable
# the UI for the various services provided by Manila.
OPENSTACK_MANILA_FEATURES = {