Samba 3 – logging configuration options

# vi /etc/samba/smb.conf
# …
[global]
# Debug logging Information
log level = 2
log file = /usr/local/logs/samba.log.%m
max log size = 1000
debug timestamp = yes
# %m: client netbios name
# 1000: 1000MB
# …
# service smb restart

Leave a Reply

You must be logged in to post a comment.