LogAnnotation is inconsistent with ZIO.logAnnotation - zio-logging is using zio.logging.logContext instead of FiberRef.currentLogAnnotations.
Custom implementation of ZLogger is getting annotations from FiberRef.currentLogAnnotations, so no annotations from zio-logging are there.
See also #827