# txlog-off command

The txlog-off command turns off transaction
log enqueueing for the current process. No matter what operation is
done by the user, a transaction will not be placed in the queue for
later dequeuing to the tape or hot backup machine.

## Parameter(s)

| options | a | Turns off transaction log enqueueing globally. When using the a option to set the parameter globally, the local value of the line issuing the command will be set to match. All other lines will pick up the new global value upon logging off and back on. |
| --- | --- | --- |

## See also

- [enqueue-status command](https://d3codex.com/tcl/enqueue-status-command/)
- [Tape socket](https://d3codex.com/definitions/tape-socket/)
- [txlog command](https://d3codex.com/tcl/txlog-command/)
- [txlog-on command](https://d3codex.com/tcl/txlog-on-command/)
- [txlog-status command](https://d3codex.com/tcl/txlog-status-command/)

---
Source: https://d3codex.com/tcl/txlog-off-command/ - part of the D3Codex reference.
