# -*- mode: snippet -*-
# name: Server Logs - Apache Debug
# key: qslad
# --
1.) Change the Apache log level to debug mode:
a.) Locate the httpd.conf file
b.) Default Location: C:\ProgramData\Tableau\Tableau Server\data\tabsvc\config\ gateway<version number>\
c.) Search for lines like the below:
 # LogLevel: Control the number of messages logged to the error_log.
 # Possible values include: debug, info, notice, warn, error, crit,
 # alert, emerg.
LogLevel notice
d.) Change the value "LogLevel notice" to "LogLevel debug" (without quotes)
e.) Restart the httpd process by closing it manually from Task Manager:
f.) Go to the Task manager and click on the Details tab.
g.) Click on both of the httpd.exe processes and then click "end task". (this will restart automatically).
(NOTE: Revert those changes after the server logs were collected)