redhat linux之/etc/syslog.conf示例及logger
---/etc/syslog.conf配置syslogd如何寫入日誌檔案
[root@rhel5 log]# more /etc/syslog.conf
# Log all kernel messages to the console.
# Log all the mail messages in one place.
#分成2部分,第一部分為:裝置名和資訊的嚴重程度級別;第二部分為對於這些日誌如何處理,即處理動作
#mail即mail程式,第一部分的裝置名和資訊的嚴重程度級別以.分開
# *表示全部的資訊,即所有的資訊,不區分嚴重程度,還有none表示全部不記錄
# 第二部分即把mail產生的所有日誌寫入到檔案/var/log/maillog中, 檔名前有個 - ,表示每寫入日誌記錄後,
# 不進行檔案系統的sync,即不進行檔案系統同步,檔案系統同步可以減少重啟恢復時間或盡多保留日誌記錄
mail.* -/var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages
*.emerg *
# Save news errors of level crit and higher in a special file.
# 第一部分也可以有多個,多個以;分隔開
uucp,news.crit /var/log/spooler
# Save boot messages also to boot.log
local7.* /var/log/boot.log
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-761568/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【Linux】Linux檔案之/etc/fstabLinux
- Linux開發之Makefile簡明教程及示例Linux
- Linux之RedHat7如何更換yum源LinuxRedhat
- VirtIO drivers for Linux, Windows and etc.LinuxWindows
- Linux(01):RedHat 7.6 安裝LinuxRedhat
- Redhat(03):Linux 初始化配置RedhatLinux
- 詳解Linux中/etc/passwd檔案Linux
- Python 日誌列印之自定義logger handlerPython
- 基於 logger sdk-logger 封裝封裝
- RedHat Linux口令恢復任我行RedhatLinux
- Linux系統環境變數檔案解析(etc/profile ,/etc/bashrc ,~/.bash_profile)Linux變數
- Linux Centos7關機命令詳解及示例!LinuxCentOS
- Linux /etc/shadow 超詳細內容解析Linux
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)線上安裝方式LinuxRedhatCentOSMySql
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)離線安裝方式LinuxRedhatCentOSMySql
- Linux Signal 示例Linux
- /etc/passwd & /etc/shadow 詳解
- redhat linux核心資訊 warning:many lost ticksRedhatLinux
- Sql Server Linux(Redhat) Distributed Availability Group Setup — step by stepSQLServerLinuxRedhatAI
- redhat enterprise linux中vsftp開機自啟動RedhatLinuxFTP
- MinIO部署及示例
- 多元統計之因子分析模型及Python分析示例模型Python
- 資料分析之杜邦分析法的公式及示例公式
- ETC2420 / ETC5242 Statistical ThinkingThinking
- /etc/alternatives
- Flutter中的LoggerFlutter
- Linux TCP通訊示例LinuxTCP
- Flutter動畫及示例Flutter動畫
- Rust 運算子及示例Rust
- Logger級別定義
- 適合Linux系統初學的redhat系列有哪些?LinuxRedhat
- Linux系統中Ubuntu和Redhat的差異有哪些?LinuxUbuntuRedhat
- SpringBoot應用篇之FactoryBean及代理實現SPI機制示例Spring BootBean
- .net持續整合cake篇之cake介紹及簡單示例
- Could not find or access '/etc/ansible/bin/cfssljson /etc/ansible/bin/cfsslJSON
- Python的HTTP庫及示例PythonHTTP
- sed 命令詳解及示例
- QT - QOverload說明及示例QT
- RedHat Linux 6企業版開啟VNC Server遠端桌面RedhatLinuxVNCServer