mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Applied Percona's Theme and markup refactory
This commit is contained in:
15
docs/user/source/environment.rst
Normal file
15
docs/user/source/environment.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
***********
|
||||
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.
|
||||
|
Reference in New Issue
Block a user