Skip to content

Commit 0ad6fd8

Browse files
committed
Document straight-log (#1264)
1 parent b7da472 commit 0ad6fd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,6 +3421,13 @@ I would like to change things so these problems do not happen, or are
34213421
repaired automatically. But, I can write documentation faster than I
34223422
can fix code, so here are tips in the meantime.
34233423

3424+
When investigating an issue, consider turning on logging. You can set
3425+
`straight-log` to non-nil at the start of your init-file, and then
3426+
check `*straight-log*` to see detailed information about exactly what
3427+
`straight.el` is doing to process package management operations. You
3428+
can also see `*straight-process*` for exact process output for any
3429+
subcommands executed.
3430+
34243431
### Why are my packages always/never rebuilding?
34253432

34263433
So, the first thing you have to check is the value of

0 commit comments

Comments
 (0)