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

[core] Fix gcs logging #48952

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Nov 26, 2024

  1. fix gcs logging

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ea19f0a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix compilation

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7c1c266 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. use native handle

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e0616dc View commit details
    Browse the repository at this point in the history
  2. update comment for compatibility notes

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    381c36e View commit details
    Browse the repository at this point in the history
  3. no need for flag

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    96d74d7 View commit details
    Browse the repository at this point in the history
  4. consider RAY_LOG_TO_STDERR

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    386d547 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. fix devnull file

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4a449e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287497c View commit details
    Browse the repository at this point in the history
  3. split folder and filename

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c830f60 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. only write permission for devnull

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b204fa1 View commit details
    Browse the repository at this point in the history
  2. join path over string format

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c49bae6 View commit details
    Browse the repository at this point in the history
  3. backtick for comment

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c30ef18 View commit details
    Browse the repository at this point in the history
  4. fix build

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    a4f8b8f View commit details
    Browse the repository at this point in the history
  5. directly pass down log dir and file

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0617fdb View commit details
    Browse the repository at this point in the history
  6. remove unused constant

    Signed-off-by: hjiang <[email protected]>
    dentiny committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0410cb3 View commit details
    Browse the repository at this point in the history