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

change flushing behavior for spdlog log files, and add env var to use old style (no explicit flushing) #95

Merged
merged 3 commits into from
Nov 17, 2022

Commits on Nov 9, 2022

  1. change flushing behavior for spdlog log files, and add env var to use…

    … old style (no explicit flushing)
    
    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    1e44212 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. register logger with spdlog so periodic flush can work

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    57942c6 View commit details
    Browse the repository at this point in the history
  2. update to use make_shared instead of make_unique

    Signed-off-by: William Woodall <william@osrfoundation.org>
    wjwwood committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    49b8358 View commit details
    Browse the repository at this point in the history