Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Customize the linux Syslog format (messages,cron,ssh and other log formats)

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

On Linux systems, the default format for messages, cron, secure, etc. Logs is: Dec 12 14:04:47

Our preferred format is as follows: 2019-12-12 14:12:19

The modification method is to restart rsyslog after modification:

Vim / etc/rsyslog.conf# defines its own localized time format $template myformat, "% $NOW%% TIMESTAMP:8:15%% hostname%% syslogtag%% msg%\ n" # Use default timestamp format#$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat (comment this line, the system log format is defined by this line by default) # use the custom format $ActionFileDefaultTemplate myformasystemctl restart rsyslog

View the modified effect:

Log format of ssh:

Log format of messages:

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report