Skip to content

Commit e5de145

Browse files
fix the pants.log location in the docs
1 parent 207b693 commit e5de145

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/python/pants/engine/streaming_workunit_handler.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ def can_finish_async(self) -> bool:
178178
completed?
179179
180180
The main reason to `return False` is if your callback logs in its final call, when
181-
`finished=True`, as it may end up logging to `.pantsd.d/pants.log` instead of the console,
182-
which is harder for users to find. Otherwise, most callbacks should return `True` to avoid
183-
slowing down Pants from finishing the run.
181+
`finished=True`, as it may end up logging to `.pants.d/workdir/pants.log` instead of the
182+
console, which is harder for users to find. Otherwise, most callbacks should return `True`
183+
to avoid slowing down Pants from finishing the run.
184184
"""
185185

186186

0 commit comments

Comments
 (0)