我有一个蔚蓝的Linux,其中我想运行具有简单stdout日志的自定义应用程序。假设假设一个python应用程序将打印的日志(“这是一个日志”)作为日志。我希望所有的标准日志被流和查询在蔚蓝日志分析。
创建日志分析资源
连接了我的azure linux
现在,我还应该做些什么才能在日志分析中看到所有的标准日志呢?
我想在我的linux盒中做这样的事情:
if [[ colors exist ]];then
echo "some text in colors"
fi
我的怀疑是:
我使用sed为某些文本在日志文件中放置颜色,但是如果linux框没有启用颜色,它会以不方便的方式修改日志文件,比如放置一些不必要的字符,比如[033m ]等等。
我们使用linux日志旋转来旋转日志文件,
例子:
/location/tomcat/logs/* /location/jboss/log/* {
copytruncate
daily
rotate 10
compress
size 20M
olddir rotated
create 0644 test test
}
根据LINUX中给出的复制截断定义,
copytruncate
Truncate the original log file in place after creating