diff options
author | Runar Borge <runar@borge.nu> | 2019-09-27 21:33:39 +0200 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2019-09-27 21:33:39 +0200 |
commit | 21db26a3e76aea73b12cf27b2ed88970db5a619a (patch) | |
tree | f108e392063f4776e13644f458b0cf4208ef504c /scripts | |
parent | f5f44f3bc89434b1d4a958f50ad90b03aa34c7f0 (diff) | |
download | vyos-build-21db26a3e76aea73b12cf27b2ed88970db5a619a.tar.gz vyos-build-21db26a3e76aea73b12cf27b2ed88970db5a619a.zip |
Testsuite: Adding relative time counter since start in logs
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index a1d93d1a..a7c36c78 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -102,7 +102,7 @@ log = logging.getLogger() log.setLevel(logging.DEBUG) stl = StreamToLogger(log) -formatter = logging.Formatter('%(asctime)s - %(levelname)s - %(message)s') +formatter = logging.Formatter('%(asctime)s + %(relativeCreated)-7d - %(levelname)5s - %(message)s') handler = logging.StreamHandler(sys.stdout) if args.silent: |