Skip to content

Commit 35c4158

Browse files
authored
Increase verbosity for debugging Django timeouts (#5261)
1 parent f34c55b commit 35c4158

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run/django/cloudmigrate.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ steps:
5252
"python",
5353
"manage.py",
5454
"collectstatic",
55-
"--no-input",
55+
"--verbosity",
56+
"2",
57+
"--no-input"
5658
]
5759

5860
substitutions:

0 commit comments

Comments
 (0)