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

JobService: fix for missing log data in jobservice DB logging #20684

Merged
merged 3 commits into from
Jul 4, 2024

Commits on Jul 2, 2024

  1. 20548 MISSING CONDITION FOR RETURNING LOG DATA

    As per bug 20548, if DB logging is enabled for jobservice and the parameter is also set for maximum log size
    the log data is not being returned and 'Clean Up->Show GC Logs' shows a blank page
    
    Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
    Co-authored-by: Nick Hindley <no-reply@example.com>
    mohamedawnallah and Nick Hindley committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4946b13 View commit details
    Browse the repository at this point in the history
  2. db_getter_test.go: test fix for missing log data in jobservice DB log…

    …ging
    
    Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
    mohamedawnallah committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    17eba14 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge branch 'main' into fixJobServiceDBLogging

    Shengwen YU authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c469f9f View commit details
    Browse the repository at this point in the history