Skip to content

Add some logging #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 11, 2025
Merged

Add some logging #185

merged 5 commits into from
Jun 11, 2025

Conversation

hadley
Copy link
Contributor

@hadley hadley commented Jun 12, 2024

This is what I see when I install this PR then run devtools::check() on pkgdown:

R_LIBS:/private/tmp/Rtmpy9dgyx/Rinstaf63589145c1:/private/tmp/Rtmpf4vShw/temp_libpathaee3375fefb5:/Users/hadleywickham/Library/R/arm64/4.4/library:/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library
.libPaths(): /private/tmp/Rtmpy9dgyx/Rinstaf63589145c1:/private/tmp/Rtmpf4vShw/temp_libpathaee3375fefb5:/Users/hadleywickham/Library/R/arm64/4.4/library:/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library
Packages:pkgdown

hadley and others added 3 commits June 11, 2025 16:52
@cderv cderv force-pushed the windows-debugging branch from 024a2ec to 8011354 Compare June 11, 2025 14:52
- Add internal quarto_log() function for debug file logging
- Enable via R_QUARTO_LOG_DEBUG=TRUE or quarto.log.debug=TRUE option
- Configure log file via R_QUARTO_LOG_FILE or quarto.log.file option
- Default log file: ./quarto-r-debug.log
- Auto-enable for GitHub Actions debug mode and QUARTO_LOG_LEVEL=DEBUG
- Add comprehensive tests and documentation
@cderv
Copy link
Collaborator

cderv commented Jun 11, 2025

I like the idea of having logging for the vignette engine, especially as I still need to understand why modifying R_LIBS failed on Windows in

This should help hopefully

[skip ci]
@cderv cderv merged commit 03019b9 into main Jun 11, 2025
@cderv cderv deleted the windows-debugging branch June 11, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants