On Sunday, May 31, 2026 at 10:57:37 AM GMT-5, Graham Jones <graham@lorien56.co.uk> wrote:
Hi Jose,
Thanks for the explanation about stunnel.log
My config file has the line:
;output = stunnel.log
I understand this to mean that the file stunnel.log is NOT created. And there is no evidence of this file anywhere.
But the GUI allows me to see a "log window". So my question is: what happens when this "log window" fills up?
Regards,
== Graham
> -----Original Message-----
> From: Josealf.rm [mailto:josealf@rocketmail.com]
> Sent: 31 May 2026 12:46
> Subject: Re: [stunnel-users] Stunnel Show Log Window
>
> Hi Graham,
>
> Stunnel does not implement automatic log rotation and it will not overwrite
> earlier log entries. It will always try to append new entries at the end. By
> default, the log file is named stunnel.log. If you run out of storage, stunnel
> will probably crash. In Unix-like OSes like Linux or FreeBSD, you can configure
> OS tasks to gracefully handle the log management. Periodically the stunnel
> server process is stopped, the oldest log file is deleted and/or compressed
> and the newest/current log is renamed. Then stunnel is started and a new
> stunnel log is created. In Windows you could do something similar by creating
> a suitable script or batch file and running it via Task Scheduler.
>
> Regards
> Jose
>
>
> > On 31/05/2026, at 1:26 AM, Graham Jones via stunnel-users <stunnel-
> >
> > I'm new to Stunnel.
> >
> > stunnel 5.78 on x64-pc-mingw32-gnu platform Windows 7 Pro.
> >
> > I see the option to "Show Log Window". I have read the manual. I see
> there
> > is an option to specify an output file; I am not using this option.
> >
> > My question:
> >
> > When the space allocated to the log information fills up, what happens?
> > Does stunnel overwrite the oldest log entries first? Or does it crash?
> >
> > Regards,
> >
> > == Graham
> >
> >
> > _______________________________________________