The option to disable syslog was added in this PR https://github.com/apache/nuttx/pull/16090 so it's quite new.
Tim, I recently wrote a blog post series on optimizing the size of NuttX binary, so if one day you want to optimize image size even more, I recommend you take a look at www.railab.me :) śr., 30 kwi 2025 o 19:15 Tim Hardisty <timhardist...@gmail.com> napisał(a): > On 30/04/2025 16:36, Karel Kočí wrote: > > There are actually two ways. One for just application, but you probably > know > > that (`openlog("", LOG_PERROR, LOG_USER)`) > openlog is not supported in NuttX it seems. Sigh.