wiki.techinc.nl/tests/phpunit/unit/includes/Storage
Timo Tijhof c7ec5f25fa deferred,jobqueue,rdbms: Change logger->notice to info or warning
MediaWiki generally only uses four levels:

* 'debug': Verbose information, e.g. during local dev, CI, and
  in "Verbose" mode in production via WikimediaDebug.

* 'info': Diagnostics. Enabled for most channels even for production
   traffic, though typically hidden in Logstash along with 'debug',
   and instead reviewed in combination with other messages from the
   same request when the request is investigated for a different reason.

* 'warning': Diagnostics,. Typically hidden in Logstash, except for
  dashboards for component's own maintainers, to assess system health.
  Warnings are rare but expected to some degree at scale.

* 'error': Something has gone wrong that should in theory not happen.
  Typically included even in system-wide dashboards and sometimes used
  for alerting.

Afaik we have no meaning associated with 'notice'. At WMF I found
no dashboards selecting it, no alerts using it, and no channels used
it as the threshold for including or discarding messages.

Instead, lower them to info(), or raise them to warning().

Change-Id: Ie927643d774ba696ec33c7e6b7023b1a1b831d12
2023-01-14 01:22:34 +00:00
..
BlobStoreFactoryTest.php unit tests: Use MainConfigNames constant to refer configs 2022-08-17 22:33:58 +02:00
EditResultBuilderTest.php unit tests: Use MainConfigNames constant to refer configs 2022-08-17 22:33:58 +02:00
EditResultCacheTest.php unit tests: Use MainConfigNames constant to refer configs 2022-08-17 22:33:58 +02:00
EditResultTest.php
PageUpdaterFactoryTest.php unit tests: Use MainConfigNames constant to refer configs 2022-08-17 22:33:58 +02:00
PageUpdateStatusTest.php Introduce PageUpdateStatus 2022-11-30 14:49:01 +01:00
PreparedEditTest.php
RevertedTagUpdateManagerTest.php
RevertedTagUpdateTest.php deferred,jobqueue,rdbms: Change logger->notice to info or warning 2023-01-14 01:22:34 +00:00