busimus / cutelog

GUI for logging
MIT License
484 stars 45 forks source link

Customize host and port #36

Closed JosephP91 closed 1 year ago

JosephP91 commented 1 year ago

Is it possible to customize the port and the host from the command line?

busimus commented 1 year ago

I just added command line argument parsing to the master branch. Try it by installing cutelog with:

pip install git+https://github.com/busimus/cutelog.git

You can now override the listen address with --listen_host my_host --listen_port 8080, as well as any other settings and also load saved log files by passing their paths (see --help for all options).

JosephP91 commented 1 year ago

Great! I'll give it a try

JosephP91 commented 1 year ago

Working like a charm! Do you have a date for the next release?

busimus commented 1 year ago

It's out. Hopefully nothing broke in the process.