Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
cc2fa311
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "6a10640f0dd019dd7c74006909f38d0056c317bd"
Unverified
Commit
cc2fa311
authored
Sep 08, 2023
by
Michael Poutre
Browse files
fix(server): Disable access logs
parent
e85be36b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server.py
server.py
+1
-1
No files found.
server.py
View file @
cc2fa311
...
...
@@ -603,7 +603,7 @@ class PromptServer():
await
self
.
send
(
*
msg
)
async
def
start
(
self
,
address
,
port
,
verbose
=
True
,
call_on_start
=
None
):
runner
=
web
.
AppRunner
(
self
.
app
)
runner
=
web
.
AppRunner
(
self
.
app
,
access_log
=
None
)
await
runner
.
setup
()
site
=
web
.
TCPSite
(
runner
,
address
,
port
)
await
site
.
start
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment