# Flushing output for Logging immediately without buffering

**URL:** https://discourse.julialang.org/t/flushing-output-for-logging-immediately-without-buffering/26800
**Category:** General Usage
**Created:** [July 25, 2019, 4:21pm UTC](https://discourse.julialang.org/t/flushing-output-for-logging-immediately-without-buffering/26800 "2019-07-25T16:21:21Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![sschmidhuber](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sschmidhuber/32/13349_2.png) [@sschmidhuber](https://discourse.julialang.org/u/sschmidhuber)
#### Post date: [October 18, 2022, 8:01pm UTC](https://discourse.julialang.org/t/flushing-output-for-logging-immediately-without-buffering/26800/4 "2022-10-18T20:01:23Z")

</div>

I have the same problem. Is there a way to control the buffer or is it required to execute

```julia
flush(io)

```

after each log event? That doesn’t feel right 🤔

---

_[View the full topic](https://discourse.julialang.org/t/flushing-output-for-logging-immediately-without-buffering/26800)._
