# \#logging

**URL:** https://racket.discourse.group/tag/logging/85.md

[Latest](https://racket.discourse.group/latest.md) · [Categories](https://racket.discourse.group/categories.md) · [Tags](https://racket.discourse.group/tags.md)

---

## [Web server subprocess logging to stdout sometimes not available until after subprocess terminates](https://racket.discourse.group/t/web-server-subprocess-logging-to-stdout-sometimes-not-available-until-after-subprocess-terminates/1673)

<div class="topic-metadata">

**Author:** [@joeld](https://racket.discourse.group/u/joeld)\
**Replies:** 12\
**Last updated:** [January 30, 2023, 7:41pm UTC](https://racket.discourse.group/t/web-server-subprocess-logging-to-stdout-sometimes-not-available-until-after-subprocess-terminates/1673 "2023-01-30T19:41:35Z")

</div>

I’m running raco static-web from inside another Racket program using subprocess\[1\], and, inside a thread, monitoring the subprocess’s stdout with sync/enable-break. The weird thing is that with raco static-web in particu…

---

## [Logging, custodians and larger applications](https://racket.discourse.group/t/logging-custodians-and-larger-applications/766)

<div class="topic-metadata">

**Author:** [@robertpostill](https://racket.discourse.group/u/robertpostill)\
**Replies:** 2\
**Last updated:** [March 7, 2022, 4:21pm UTC](https://racket.discourse.group/t/logging-custodians-and-larger-applications/766 "2022-03-07T16:21:00Z")

</div>

I have a racket CLI application that used to be a single file and now spans multiple files. I added logging to that app based on what I'd learnt (see Logging With Racket // Grinning Cat). So in my main.rkt I have the f…
