Skip to content

Commit

Permalink
server: log launch arguments:
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Dec 30, 2023
1 parent 5585884 commit ca59516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moonraker/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ def get_env_bool(key: str) -> bool:
else:
app_args["log_file"] = str(data_path.joinpath("logs/moonraker.log"))
app_args["python_version"] = sys.version.replace("\n", " ")
app_args["launch_args"] = " ".join([sys.executable] + sys.argv).strip()
app_args["msgspec_enabled"] = json_wrapper.MSGSPEC_ENABLED
app_args["uvloop_enabled"] = EventLoop.UVLOOP_ENABLED
log_manager = LogManager(app_args, startup_warnings)
Expand Down

0 comments on commit ca59516

Please sign in to comment.