The SecureValuesPreprocessor has been moved directly to the @appum/logger module and set as a private logger instance property.
The loadSecureValuesPreprocessingRules method is now public instance method of the Logger class. Unit tests were ported to the @appium/logger module as well.
* Revert "feat(appium): Add session signature to all logs (#20202)"
This reverts commit b3f8a47c2d.
* Revert "feat(logger): Add the 'debug' level to the default logger (#20203)"
This reverts commit 7fd9d5f626.
* feat: move logger into appium/logger
* add logger in tsconfig.json
* add smoke with loading the index.js
* modify files to fit other modules
* refer to @appium/logger
* update with npm run sync-pkgs and a few
* cleanup changelog and package-lock.json
* update smoke
* pin deps
* adjust tsconfig.json with others
* Update README.md
* update license
* update license
* Update LICENSE
* fix review