作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在mosquitto broker中,有一些写事件日志文件的配置。我正在使用以下配置并运行代理。
log_type all
log_dest file /root/Files/mosquitto.log
log_facility 5
不过,我没有看到在位置 /root/Files/mosquitto.log
中生成任何日志
可能是什么问题?我用的是centos 6.7
编辑...配置文件内容如下
pid_file /var/run/mosquitto.pid
persistence true
persistence_location /var/lib/mosquitto/
listener 1883
allow_anonymous false
auth_plugin /etc/mosquitto/plugin.so
listener 8883
cafile /etc/mosquitto/certs/ca.crt
certfile /etc/mosquitto/certs/server.crt
keyfile /etc/mosquitto/certs/server.key
include_dir /etc/mosquitto/conf.d
message_size_limit 268435455
log_type all
log_dest file /root/Files/mosquitto.log
log_facility 5
最佳答案
问题是命令行上的“-v”。
运行 mosquitto --help 给出以下内容
...
-v : verbose mode - enable all logging types. This overrides any logging options given in the config file.
...
重要的一点是第二句禁用配置文件中的所有日志记录指令
试试不带'-v'
关于logging - Mosquitto 日志文件未生成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33542278/
我有一个像这样的结构: struct S { data: i32, fun: Box, } 并希望使用编码器序列化数据部分。为此,我使用 rustc_serialize 并推导出它的特
我在 tomcat 中使用基于表单的身份验证,实际上我使用的是 j_security_check。代码如下 Login to the Tomcat-Demo applic
我是一名优秀的程序员,十分优秀!