Skip to content

Commit

Permalink
Fix debug-enpoint that should be False
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 28, 2023
1 parent 31d43b8 commit f5312a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepaas/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
),
cfg.BoolOpt(
"debug-endpoint",
default="false",
default=False,
help="""
Enable debug endpoint. If set we will provide all the information that you
print to the standard output and error (i.e. stdout and stderr) through the
Expand Down

0 comments on commit f5312a9

Please sign in to comment.