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

feat: More logs in konnectors #896

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Commits on Aug 10, 2023

  1. feat: Send konnector logs even when no job has been created

    These logs will be sent by the flagship app on restart anyway.
    These logs are still usefull to debug authentication errors.
    doubleface committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9fc67ee View commit details
    Browse the repository at this point in the history
  2. feat: Log any error intercepted by the konnector

    Before we expected the job to contain and display this error but if the
    error occurs before the job is created (in authentication phase), the
    error won't be added to the logs and it makes it difficult to debug.
    doubleface committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1729e64 View commit details
    Browse the repository at this point in the history
  3. fix: Timing logs with millisecond timestamp

    This will put clisk konnector logs in proper order.
    doubleface committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    534a228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f456a View commit details
    Browse the repository at this point in the history