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

Make host:port for tracer configurable #161

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

Commits on Apr 26, 2023

  1. tracer: make host:port configurable

    We make --host and --port new CLI arguments, such that they can be
    specified at startup.
    
    To ensure backwards compatibility, we default to the previous values
    localhost:8100 if the flags are not provided.
    halseth committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c638236 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. cairo-run: make tracer host:port configurable

    We make the --tracer flag take an optional argument, letting us
    configure the host:port to serve on at startup.
    
    We default to localhost:8100 if the optional argument is not set, and as
    previously don't start the tracer in case the --tracer flag is not set
    at all.
    halseth committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    d0b9cc6 View commit details
    Browse the repository at this point in the history