diff options
author | daniel <dkinzler@wikimedia.org> | 2022-04-27 16:31:59 +0200 |
---|---|---|
committer | daniel <dkinzler@wikimedia.org> | 2022-05-30 21:27:09 +0200 |
commit | 7f8e3c5360ad63db808f3c5b1065db244a94f0b4 (patch) | |
tree | 04daa412e483f06a4fbecbca0d1f0f5fbcb9a730 /docs/Logger.md | |
parent | 278c3dd2300c9b458c9fc287a683fa4fbe736ec0 (diff) | |
download | mediawikicore-7f8e3c5360ad63db808f3c5b1065db244a94f0b4.tar.gz mediawikicore-7f8e3c5360ad63db808f3c5b1065db244a94f0b4.zip |
Docs: remove references to DefaultSettings.php
Bug: T300129
Change-Id: I1e83a0dde6235bed91d28d7d43691c6a5d979f2f
Diffstat (limited to 'docs/Logger.md')
-rw-r--r-- | docs/Logger.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Logger.md b/docs/Logger.md index 1dedc2bd5338..ac5444a02f9e 100644 --- a/docs/Logger.md +++ b/docs/Logger.md @@ -29,7 +29,7 @@ MediaWiki.Logger.LegacyLogger instances. The MediaWiki.Logger.LegacyLogger class implements the PSR-3 logger interface and provides output and configuration equivalent to the historic logging output of wfDebug, wfDebugLog, wfLogDBError and wfErrorLog. The MediaWiki.Logger.LegacySpi class is the default service -provider configured in DefaultSettings.php. It's usage should be transparent for +provider defined in MainConfigSchema.php. It's usage should be transparent for users who are not ready or do not wish to switch to a alternate logging platform. |