Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 8488:7142740e6547
merge heads: CHANGES.txt also whitespace fixups.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 08 Dec 2025 23:05:26 -0500 |
| parents | 0fda84bc7584 b09ef85f0da6 |
| children | 0ad1e7d563a6 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Sun Dec 07 17:33:25 2025 -0500 +++ b/doc/admin_guide.txt Mon Dec 08 23:05:26 2025 -0500 @@ -239,8 +239,8 @@ ~~~~~~~~~~~~~~~~ The trace_id provides a unique token (a UUID4 encoded to make it -shorter) for each transaction in the database. It is unique to -each thread or transaction. A transaction: +shorter or a nanoid) for each transaction in the database. It is +unique to each thread or transaction. A transaction: for the web interface is each web, rest or xmlrpc request @@ -282,6 +282,9 @@ for thing in things: process_one(thing) +You can change the format of the trace_id if required using the +tracker's interfaces.py file. See the :ref:`module docs for the +logcontext module <logcontext_pydoc>` for details. Advanced Logging Setup ----------------------
