To create logs in debug mode, perform the following which opens Tableau Desktop in debug mode for ONLY this session:
cd C:\Program Files\Tableau\Tableau {version}\bin
tableau.exe -DLogLevel=debug
3. Reproduce the issue to be investigated.
4. Take any screenshots of error messages and attach to the support case along with a note indicating the date and time.
5. Close Tableau Desktop.
To create logs in debug mode, perform the following which opens Tableau Desktop in debug mode for ONLY this session:
1. Open the Terminal app.
2. Navigate to the Applications folder:
cd /Applications
3. Run Tableau in debug mode and select the correct version:
open -n "./Tableau Desktop 2022.4.app" --args -DLogLevel=Debug
if running Tableau Desktop Apple Silicon, use
open -n ./Tableau\ Desktop\ \(Apple\ silicon\)\ 2024.3.app --args -DLogLevel=debug
Notes:
* The command "DLogLevel" is case sensitive. The flag, "dloglevel", will not produce the correct output.
* The "-n" flag forces Mac to open a new instance of Tableau with this logging level.
* If the above "open" command returns, "does not exist", check that the correct version has been selected by performing the following:
a) Type "ls" to list all applications with the Applications directory and find the Tableau Desktop version.
b) Edit the "open" command to specify the correct version of Tableau Desktop with double quotes such as:
open -n ".Tableau Desktop 2023.1.app" --args -DLogLevel=Debug
001469502

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.