Displaying 3 results from an estimated 3 matches for "a_path".
Did you mean:
_path
2019 Oct 15
2
splitting/duplicating log files - how?
...but smb.conf says this under 'log
> level':
>
> To configure the logging for specific classes to go into a different
> file then log file, you can append @PATH to the class, eg log level =
> 1 full_audit:1@/var/log/audit.log.
>
> Rowland
>
>
>
For some reason @$a_path does not work me(Version 4.9.1), the file does
not get created.
I think I can see an effect of auth_audit as more details go into the
logs now with 'log level = 1 auth_audit:2@/var/log/samba/auth.log, like
IPs which were not there before, eg.:
Oct 15 16:12:00 swi smbd[377337]:? Auth: [SMB2,(n...
2019 Oct 15
0
splitting/duplicating log files - how?
...; level':
>>
>> To configure the logging for specific classes to go into a different
>> file then log file, you can append @PATH to the class, eg log level =
>> 1 full_audit:1@/var/log/audit.log.
>>
>> Rowland
>>
>>
>>
> For some reason @$a_path does not work me(Version 4.9.1), the file does
> not get created.
>
> I think I can see an effect of auth_audit as more details go into the
> logs now with 'log level = 1 auth_audit:2@/var/log/samba/auth.log, like
> IPs which were not there before, eg.:
>
> Oct 15 16:12:00...
2019 Oct 15
2
splitting/duplicating log files - how?
hi everyone
I'd like to ask, with having basic logging in config as here:
?
? log file = /var/log/samba/log.%m
? max log size = 5000
? log level = 1 auth:3 tdb:5 passdb:3 sam:3 winbind:0 idmap:3
log files get populated on per-machine basis.
Would it be possible to put all authentication into one separate file
simultaneously?
many thanks, L.