linux logger 命令的使用
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
通过man手册可以查看logger命令的说明:日志程序—一个shell命令接口到syslog(3)系统日志模块。具体如何使用也不是很清楚,今天在调试程序中遇到这个命令:
在rpm安装包时遇到这个命令。来记录$1的数值:
/usr/bin/logger -t asg-rpm-spec "%pre $1"
可以在/var/log/messages 中记录了打印的信息内容:
/usr/bin/logger -t asg-rpm-spec "%pre $1"
-t : Mark every line in the log with the specified tag.
在日志中每一行与指定的标记
也没有查到具体用法,有懂得大牛给指点下~
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献14条内容
所有评论(0)