mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Merge branch 'master' into expunge-awx-unstable
This commit is contained in:
commit
55323fac57
@ -463,7 +463,7 @@ angular.module('EventViewerHelper', ['ModalDialog', 'Utilities', 'EventsViewerFo
|
||||
for (key in obj) {
|
||||
h = '';
|
||||
if (key !== 'host_id' && key !== 'parent' && key !== 'event' && key !== 'src' && key !== 'md5sum' &&
|
||||
key !== 'stdout' && key !== 'traceback' && key !== 'stderr') {
|
||||
key !== 'stdout' && key !== 'traceback' && key !== 'stderr' && key !== 'cmd' && key !=='changed' && key !== "verbose_override") {
|
||||
if (!EventsViewerForm.fields[key]) {
|
||||
h = parseItem(obj[key], key, key);
|
||||
if (h) {
|
||||
|
||||
@ -24,7 +24,11 @@ if LooseVersion(sos.__version__) >= LooseVersion('3.0'):
|
||||
|
||||
dirs = [
|
||||
"/etc/awx/",
|
||||
"/var/log/supervisor/",
|
||||
"/var/log/awx",
|
||||
"/var/log/httpd",
|
||||
"/var/log/apache2",
|
||||
"/var/log/rabbitmq",
|
||||
"/var/log/supervisor",
|
||||
"/var/log/syslog",
|
||||
"/var/log/udev",
|
||||
"/var/log/kern*",
|
||||
@ -59,7 +63,11 @@ else:
|
||||
|
||||
dirs = [
|
||||
"/etc/awx/",
|
||||
"/var/log/supervisor/",
|
||||
"/var/log/awx",
|
||||
"/var/log/httpd",
|
||||
"/var/log/apache2",
|
||||
"/var/log/rabbitmq",
|
||||
"/var/log/supervisor",
|
||||
"/var/log/syslog",
|
||||
"/var/log/udev",
|
||||
"/var/log/kern*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user