网站首页
编程语言
数据库
系统相关
其他分享
编程问答
maxBytes
2024-06-09
Day24.日志轮换
1.setting.py文件中,LOGGING_DIC----->handlers下的default字典中的参数解释注:`maxBytes`和`backupCount`两个key值的使用#打印到文件的日志,收集info及以上的日志'default':{'level':'DEBUG',#'class':'lo
2023-05-25
Ansible AWX运行容器分析与解读
1、awx-demo-web容器容器运行指令:/usr/bin/launch_awx.sh->execsupervisord-c/etc/supervisord.conf该启动脚本使用supervisord托管awx进程,以下是/etc/supervisord.conf文件内容:[supervisord]nodaemon=Trueumask=022logfile=/dev/stdoutlogfile_maxbytes=0
2023-05-09
RustDesk 远程桌面
RustDesk是一款开源远程桌面软件。有云服务器的话,可以几分钟就搭一个,本文是搭建的记录。自建服务器下载服务器程序,#上传进服务器,假设其IP为`x.x.x.x`
[email protected]
:登录进服务器:#解压unziprustdesk-server-linux-amd64.zip#
2023-04-02
ubuntu下配置supervisor 运行golang打包后的可执行文件
aptupdateaptinstallsupervisorvim/etc/supervisor/supervisord.conf添加如下配置:command配置成可执行文件的路径,directory为文件所在目录[program:tempupService]command=/data/goServicedirectory=/dataautostart=trueautorestart=truestartsecs=10stdout_lo