Page MenuHomePhabricator

VipsScaler should use new logging system
Closed, DeclinedPublic

Description

Vips scaler uses wfDebug almost entirely for logging. It should be changed so that the logs go to a vips log-channel instead of just the general wfDebug, and to use the new LoggerFactory::getInstance thingy instead of the older global functions.

Event Timeline

Bawolff raised the priority of this task from to Needs Triage.
Bawolff updated the task description. (Show Details)
Bawolff added a subscriber: Bawolff.

Change 318686 had a related patch set uploaded (by Silke Meyer):
Changing logging from wfDebug to PSR-3

https://gerrit.wikimedia.org/r/318686

Change 318687 had a related patch set uploaded (by Silke Meyer):
Changing logging from wfDebug to PSR-3

https://gerrit.wikimedia.org/r/318687

Change 318686 abandoned by Silke Meyer:
Changing logging from wfDebug to PSR-3

Reason:
wrong target branch

https://gerrit.wikimedia.org/r/318686

Aklapper added a subscriber: silke.
Krinkle added a subscriber: Krinkle.

Per T290759, not going to be worked on by the former maintainers. A possible future maintainer could re-open this if they wish.