Improve Logging Library (part 2)

Hi, Backend Engineers. BEI has released new major version of bei-common-libraries which apply non backward compatible changes. The major changes involves upgrade logging implementation as announced on Improve Logging Library post in last December.

Major change logs (v11.x.x)

How to apply on your repo

How to apply on monorepo

The steps are the same as previous repo, but since we can't apply latest library only on specific modules, BEI already created the diffs for monorepo. Service owners only need to review them. The most critical parts are refactor custom logging (e.g. custom Log4jUtiland appender classes) and refactor SentryAppender . Most of them(if not all) are already unit-tested. Please make sure if your services are going to log properly on staging and production. Also please refactor modules that applied using binary dependency on monorepo.
(*put diffs here*)