# update-logging command

The update-logging command toggles or
displays the status of the transaction logger subsystem.

With no options, the current status displays.

## Syntax

```
update-logging {(options)}
```

## Parameter(s)

| options | f | Toggles off. Only updates to dl files are logged. |
| --- | --- | --- |
| n | Toggles on. All updates to files that are not dx or dy are logged. | |
| s | Suppresses output of the messages. | |

## Example(s)

```
update-logging
[1325] update-logging is off.
```

```
update-logging (n
[1324] update-logging is on.
```

## See also

- [create-file command](https://d3codex.com/tcl/create-file-command/)
- [startlog command](https://d3codex.com/tcl/startlog-command/)
- [stoplog command](https://d3codex.com/tcl/stoplog-command/)
- [tape-socket command](https://d3codex.com/tcl/tape-socket-command/)
- [tlog-restore command](https://d3codex.com/tcl/tlog-restore-command/)
- [txlog command](https://d3codex.com/tcl/txlog-command/)
- [txlog-status command](https://d3codex.com/tcl/txlog-status-command/)

---
Source: https://d3codex.com/tcl/update-logging-command/ - part of the D3Codex reference.
