googleapis / java-logging-logback

Apache License 2.0
45 stars 29 forks source link

Suggest customers to not use this library if on cloud environments #1402

Open blakeli0 opened 3 weeks ago

blakeli0 commented 3 weeks ago

If customers are on cloud environments(Cloud Run, App Engine, Dataflow etc.), using java-logging-logback directly in the application is usually discouraged, because it would introduce more complexity and may affect the application's performance as well. We should probably add a paragraph to About Cloud Logging Logback Appender for this recommendation. Also see https://cloud.google.com/logging/docs/agent-or-library.

stickfigure commented 3 weeks ago

If not using java-logging-logback, how does an App Engine application submit metadata like the request id?