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

Refactor loggers to allow for different output paths #59

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

Commits on May 3, 2020

  1. HUGE: refactor loggers to allow for different output paths

    - Now each logger can have a different output path, but we are only
    using one output path. This is to allow for logging to different dirs
    depending on the current run, without having to kill the pipeline (this
        is for go-seek mainly).
    - Remove log_output gflag and use instead the `log_output_path` yaml parameter
    in PipelineParams.yaml. If this parameter is empty "" then no logging is done
    ToniRV committed May 3, 2020
    Configuration menu
    Copy the full SHA
    f2ada06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec45eb View commit details
    Browse the repository at this point in the history
  3. Update params

    ToniRV committed May 3, 2020
    Configuration menu
    Copy the full SHA
    70c4de0 View commit details
    Browse the repository at this point in the history
  4. Only log if non-empty path

    ToniRV committed May 3, 2020
    Configuration menu
    Copy the full SHA
    874c185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a500cc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ae4621 View commit details
    Browse the repository at this point in the history