File: timestamp-43015aa5434e8ddb.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (14 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - A ``--logfile`` option is added to save output to a given file.

  - By default, all ``stdout`` will log with timestamps (this used to
    be inconsistent; python tools logged with a timestamp, and bash
    parts did not).  If you set ``DIB_NO_TIMESTAMP`` to ``1`` the
    timestamp prefix will be suppressed (this would be appropriate if
    you are running diskimage-builder and capturing its output, and
    adding your own timestamp).  Note that output to ``--logfile``
    will always be timestamped.

  - You can set ``DIB_QUIET`` to ``1`` to suppress all output.  This
    is likely only useful when used with the ``--logfile`` command.