1 00:00:06,780 --> 00:00:08,790 - All right, we are now at the end of this lesson. 2 00:00:08,790 --> 00:00:09,693 Let's do a lab. 3 00:00:10,590 --> 00:00:13,380 So in this lab you should configure Rsyslog 4 00:00:13,380 --> 00:00:16,830 such that the systemd Journal is used as log input, 5 00:00:16,830 --> 00:00:18,960 and that apart from the current configuration, 6 00:00:18,960 --> 00:00:21,150 all messages with all priorities are written 7 00:00:21,150 --> 00:00:23,940 to the file /var/log/all. 8 00:00:23,940 --> 00:00:26,820 Configure logrotate such that /var/log/all file 9 00:00:26,820 --> 00:00:28,590 will be rotated on a daily basis, 10 00:00:28,590 --> 00:00:31,680 where 6 old versions of the log are maintained. 11 00:00:31,680 --> 00:00:32,513 Good luck.