Re: svlogd log rotation

2019-12-13 Thread Raghu
Sorry, please ignore.


On Thu, Dec 12, 2019 at 4:15 PM Martin Castillo 
wrote:

> Hi,
>
> On 12.12.19 15:25, Raghu wrote:
> > I have redirected the svlogd log file my custom name instead of current
> in
> > my run script as below.
> > touch /testlogs/logs/Y5Consolelog.txt.0
> > exec svlogd -tt  /testlogs/logs/ Y5Consolelog.txt.0
>
> I have never heard of this feature and couldn't find anything on the
> manpage. Running these 2 commands gets me
> $ svlogd -tt "$(realpath log)"/ mylog.0
> svlogd: warning: unable to open log directory: mylog.0: file does not exist
>
> and the current file is still called 'current'.
> I have artix' linux runit 2.1.2-15 and svlogd version
> 5e55a90e0a1b35ec47fed3021453c50675ea1117.
>
> What version are you running?
>
> Marti
> >
> > And my config file as below:
> > s1
> > n2
> >
> > I do see the log file getting updated but it not getting rotated when the
> > size limit is reached. I don't see the old log file with timestamp
> appended
> > to it after rotation which would actually happen to a current file.
> >
> > Can you please let me know if I'm missing anything?
> > Thank you.
> >
>
> --
> GPG: 7FDE 7190 2F73 2C50 236E  403D CC13 48F1 E644 08EC
>


-- 
Thanks
Raghu
SAVE TREES..GO GREEN


Re: svlogd log rotation

2019-12-12 Thread Martin Castillo
Hi,

On 12.12.19 15:25, Raghu wrote:
> I have redirected the svlogd log file my custom name instead of current in
> my run script as below.
> touch /testlogs/logs/Y5Consolelog.txt.0
> exec svlogd -tt  /testlogs/logs/ Y5Consolelog.txt.0

I have never heard of this feature and couldn't find anything on the
manpage. Running these 2 commands gets me
$ svlogd -tt "$(realpath log)"/ mylog.0
svlogd: warning: unable to open log directory: mylog.0: file does not exist

and the current file is still called 'current'.
I have artix' linux runit 2.1.2-15 and svlogd version
5e55a90e0a1b35ec47fed3021453c50675ea1117.

What version are you running?

Marti
> 
> And my config file as below:
> s1
> n2
> 
> I do see the log file getting updated but it not getting rotated when the
> size limit is reached. I don't see the old log file with timestamp appended
> to it after rotation which would actually happen to a current file.
> 
> Can you please let me know if I'm missing anything?
> Thank you.
> 

-- 
GPG: 7FDE 7190 2F73 2C50 236E  403D CC13 48F1 E644 08EC