Files
percona-toolkit/docs/user/environment.rst
2011-08-03 17:17:46 -06:00

21 lines
382 B
ReStructuredText

.. highlight:: perl
***********
ENVIRONMENT
***********
The environment variable \ ``PTDEBUG``\ enables verbose debugging output to STDERR.
To enable debugging and capture all output to a file, run the tool like:
.. code-block:: perl
PTDEBUG=1 pt-table-checksum ... > FILE 2>&1
Be careful: debugging output is voluminous and can generate several megabytes
of output.