Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Improve startup logging #118

Closed svillar closed 2 months ago

svillar commented 2 months ago

On the one hand there were too much debugging, some log messages were not useful at all. On the other hand, they're all using ERROR for messages that didn't involve error conditions.

That's why we're removing not needed messages and switched the valid ones to INFO log level.