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: allow logging to stdout, stderr #217

Merged
merged 2 commits into from
Apr 30, 2023

Commits on Apr 24, 2023

  1. feat: allow logging to stdout

    The --log option accepts "-" as filename. This prevents rest-server from
    opening the log file, it simply writes to the STDOUT stream provided by
    the caller.
    
    **BREAKING** in case use really used "-" to specify a file named "-"
    you'll need to update your rest-server invocation to use "./-".
    HeikoSchlittermann committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9f074d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    66fe4af View commit details
    Browse the repository at this point in the history