Project

General

Profile

Actions

action #27112

closed

[tools] os-autoinst with proper logging system

Added by dasantiago over 6 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
2017-10-30
Due date:
% Done:

100%

Estimated time:

Description

The os-autoinst logging system should use a proper logger. In order to harmonize across the application the logging system, we should use Mojo::Log. Example:

From:

open($logfd, ">", result_dir . "/autoinst-log.txt");

To:

Mojo::Log->new(handle => catfile($result_dir, 'autoinst-log.txt'), level => "debug");


Related issues 1 (0 open1 closed)

Related to openQA Project - action #23944: Use Mojo::Log in isotovideo to improve logging. Resolved2017-09-06

Actions
Actions #1

Updated by szarate over 6 years ago

  • Related to action #23944: Use Mojo::Log in isotovideo to improve logging. added
Actions #2

Updated by dasantiago over 6 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF