Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1687 Fix native image build with CloudWatchLoggingAppender #1688

Merged
merged 2 commits into from
Apr 19, 2023

Commits on Apr 18, 2023

  1. Fix native image build with CloudWatchLoggingAppender

    - Start the thread to send logs to cloudwatch only when append command is called, so it is not started during build time
    - Create dispatchOnStart property to return to previous behavior
    andriy-dmytruk committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3d03b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010ad2e View commit details
    Browse the repository at this point in the history