comparison 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
comparison
equal deleted inserted replaced
8486:e2d0f36c525d 8488:7142740e6547
237 237
238 More on trace_id 238 More on trace_id
239 ~~~~~~~~~~~~~~~~ 239 ~~~~~~~~~~~~~~~~
240 240
241 The trace_id provides a unique token (a UUID4 encoded to make it 241 The trace_id provides a unique token (a UUID4 encoded to make it
242 shorter) for each transaction in the database. It is unique to 242 shorter or a nanoid) for each transaction in the database. It is
243 each thread or transaction. A transaction: 243 unique to each thread or transaction. A transaction:
244 244
245 for the web interface is 245 for the web interface is
246 each web, rest or xmlrpc request 246 each web, rest or xmlrpc request
247 247
248 for the email interface is 248 for the email interface is
280 280
281 def main(): 281 def main():
282 for thing in things: 282 for thing in things:
283 process_one(thing) 283 process_one(thing)
284 284
285 You can change the format of the trace_id if required using the
286 tracker's interfaces.py file. See the :ref:`module docs for the
287 logcontext module <logcontext_pydoc>` for details.
285 288
286 Advanced Logging Setup 289 Advanced Logging Setup
287 ---------------------- 290 ----------------------
288 291
289 If the settings in config.ini are not sufficient for your logging 292 If the settings in config.ini are not sufficient for your logging

Roundup Issue Tracker: http://roundup-tracker.org/