Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 948487 Details for
Bug 1106328
clear text passwords shown in horizon.log (DEBUG level)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
/etc/openstack-dashboard/local-settings logger section
1106328.out (text/plain), 4.11 KB, created by
Mike Abrams
on 2014-10-20 10:19:19 UTC
(
hide
)
Description:
/etc/openstack-dashboard/local-settings logger section
Filename:
MIME Type:
Creator:
Mike Abrams
Created:
2014-10-20 10:19:19 UTC
Size:
4.11 KB
patch
obsolete
>LOGGING = { > 'version': 1, > # When set to True this will disable all logging except > # for loggers specified in this configuration dictionary. Note that > # if nothing is specified here and disable_existing_loggers is True, > # django.db.backends will still log unless it is disabled explicitly. > 'disable_existing_loggers': False, > 'formatters': { > 'verbose': { > 'format': '%(asctime)s %(process)d %(levelname)s %(name)s ' > '%(message)s' > }, > }, > 'handlers': { > 'null': { > 'level': 'DEBUG', > 'class': 'django.utils.log.NullHandler', > }, > 'console': { > # Set the level to "DEBUG" for verbose output logging. > 'level': 'INFO', > 'class': 'logging.StreamHandler', > }, > 'file': { > 'level': 'DEBUG', > 'class': 'logging.FileHandler', > 'filename': '/var/log/horizon/horizon.log', > 'formatter': 'verbose', > }, > }, > 'loggers': { > # Logging from django.db.backends is VERY verbose, send to null > # by default. > 'django.db.backends': { > 'handlers': ['null'], > 'propagate': False, > }, > 'requests': { > 'handlers': ['null'], > 'propagate': False, > }, > 'horizon': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'openstack_dashboard': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'novaclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'cinderclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'keystoneclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'glanceclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'neutronclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'heatclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'ceilometerclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'troveclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'swiftclient': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'openstack_auth': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'nose.plugins.manager': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > 'django': { > # 'handlers': ['console'], > 'handlers': ['file'], > # 'level': 'DEBUG', > 'level': 'DEBUG', > 'propagate': False, > }, > } >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106328
: 948487