mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-13 19:00:44 -04:00
mention pydantic models in the frontend writing documentation (#8338)
This commit is contained in:
parent
378c0a6e5f
commit
158d3d1de5
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ On POSIX systems, you can usually set environment variables to choose a UTF-8 lo
|
|||
export LANG=en_US.UTF-8
|
||||
export LC_CTYPE=en_US.UTF-8
|
||||
|
||||
.. note::
|
||||
|
||||
`Pydantic <https://docs.pydantic.dev/>`_ models are available in
|
||||
``src/borg/public/cli_api/v1.py``
|
||||
that can parse Borg's JSON log lines and stdout objects to make the job easier for frontends.
|
||||
|
||||
Logging
|
||||
-------
|
||||
|
|
|
|||
Loading…
Reference in a new issue