관련자료
RPI 에서 auth.log에 로그를 남기는 방법
empty1234
2021. 11. 10. 15:04
https://askubuntu.com/questions/1358730/writing-to-var-log-auth-log
Writing to /var/log/auth.log
We'd like an application to write entries to /var/log/auth.log Is there any kind of interface to allow us to do this? thanks for any pointers.
askubuntu.com
logger -p auth.info "Log message"
위와 같이 커맨드 입력을 하면 auth.log에 특정 로그를 수록 할 수 있습니다.
감사합니다.