Originally posted by: DhirajHaritwal
Hi,
Thanks for your reply. below are the contents i have in syslog.conf & sshd_config. i have restarted both sshd & syslogd but still unable to see messages file in /var/log.
/etc/syslog.conf
# example:
# "mail messages, at debug or higher, go to Log file. File must exist."
# "all facilities, at debug and higher, go to console"
# "all facilities, at crit or higher, go to all users"
# mail.debug /usr/spool/mqueue/syslog
# *.debug /dev/console
# *.crit *
# *.debug /var/log/syslog.debug100k.out rotate size 100k files 4
# *.crit /var/log/syslog.dailycrit.out rotate time 1d
# ASO log configuration
aso.notice /var/log/aso/aso.log rotate size 128k time 7d
aso.info /var/log/aso/aso_process.log rotate size 1024k
aso.debug /var/log/aso/aso_debug.log rotate size 8m coMpress
Auth.info /var/security/sshd.log rotate files 7 time 1d
*.debug /var/log/messages
/etc/ssh/sshd_config
# Logging
# obsoletes QuietMode and FascistLogging
SyslogFacility AUTH
LogLevel DEBUG
#LogLevel INFO
Regards,
Dhiraj