← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1687942] Re: OPERATION_LOG_OPTIONS setting ignored

 

*** This bug is a duplicate of bug 1675176 ***
    https://bugs.launchpad.net/bugs/1675176

Appears on stable/newton and stable/ocata

** This bug has been marked a duplicate of bug 1675176
   customization of operational log format does not work

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1687942

Title:
  OPERATION_LOG_OPTIONS setting ignored

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  As python dictionary does not support getattr(), options from
  OPERATION_LOG_OPTIONS are ignored. The correct way to do this is
  dict.get() and this change fixes the issue.

  Current behaviour ignores both "mask_fields" and "format" from
  local_settings file and always uses default values which are
  ['password'] and "[%(domain_name)s] ... [%(param)s]"

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1687942/+subscriptions


References