Community
User Guides
Support
Community
Help Forums
English Forum
General
About our Community
General Discussion
News and Feedback
Products
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Beta programs
Feature Requests
Finnish Forum (Tukifoorumi)
Tuotteet Kotiin
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Muut tietoturvatuotteet
Support Articles
Language
English
Suomi
Deutsch
Français
日本語
Svenska
Dansk
Italiano
Nederlands
Norsk
Polski
中文 (繁體)
Products & Services
F-Secure TOTAL
F-Secure SAFE / Internet Security / Anti-Virus
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Common topics
User Guides
Support
Login
|
Register
Linux Security 64: How to check schedule scanning log message's "Severity" and "Facility"? - F-Secure Community
<main> <article class="userContent"> <h3 data-version="3" data-article="000041458" data-id="issue">Issue:</h3> <p>How to check schedule scanning log message's "Severity" and "Facility"?<br><br>lspmd-start: alert [source=schedule scan]: path=/root/download/eicar.txt.malware; action=rename; infection=EICAR_Test_File<br> </p> <h3 data-id="resolution">Resolution:</h3> <p>If you run journalctl with "-o verbose" you can see priority and facility for each log message.<br>For lspmd's log, you can run command below:<br><br><strong>journalctl -o verbose -u f-secure-linuxsecurity-lspmd | egrep 'PRIORITY|FACILITY' | sort -u</strong><br><br>Example:<br>[root@centos7test ~]# journalctl -o verbose -u f-secure-linuxsecurity-lspmd | egrep 'PRIORITY|FACILITY' | sort -u<br> PRIORITY=6<br> SYSLOG_FACILITY=3<br><br> </p> <p>Article no: 000041458</p> </article> </main>