Skip to content

Commit

Permalink
Args: Add request logging
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Jul 23, 2024
1 parent 3826815 commit 14dfaf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ def add_logging_args(parser: argparse.ArgumentParser):
type=str_to_bool,
help="Enable generation parameter logging",
)
logging_group.add_argument(
"--log-requests",
type=str_to_bool,
help="Enable request logging",
)


def add_developer_args(parser: argparse.ArgumentParser):
Expand Down

0 comments on commit 14dfaf6

Please sign in to comment.