- added krb5kdc.log to pytest logging

KRB5KDC_LOG = '/var/log/krb5kdc.log' added to paths
host.collect_log(paths.KRB5KDC_LOG) added to tasks.py

Signed-off-by: Michal Reznik <mreznik@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
Michal Reznik
2017-04-12 16:28:59 +02:00
committed by Martin Basti
parent 3a5b3be8b9
commit 2493f81204
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ def setup_server_logs_collecting(host):
# kerberos related logs
host.collect_log(paths.KADMIND_LOG)
host.collect_log(paths.KRB5KDC_LOG)
# httpd logs
host.collect_log(paths.VAR_LOG_HTTPD_ERROR)