Mosquitto配置----日誌設定
阿新 • • 發佈:2018-11-10
版權宣告:歡迎大家轉載,轉載請宣告轉載地址http://blog.csdn.net/u012377333,謝謝大家。
[plain] view plain copy- # =================================================================
- # Logging
- # 日誌資訊
- # =================================================================
- # Places to log to. Use multiple log_dest lines for multiple
- # logging destinations.
- # 記錄日誌,使用多個log_dest行對應多個日誌資訊的描述
- #
- # Possible destinations are: stdout stderr syslog topic file
- # log_dest可能的選項有: stdout stderr syslog topic file
- #
- # stdout and stderr log to the console on the named output.
- # stdout和stderr的日誌輸出在控制檯
- #
- # syslog uses the userspace syslog facility which usually ends up
- # in /var/log/messages or similar.
- # syslog使用使用者空間記錄日誌的級別通常儲存在/var/log/messages或者郵件中
- #
- # topic logs to the broker topic '$SYS/broker/log/<severity>',
- # 主題日誌儲存在代理伺服器的主題日誌路徑下面 '$SYS/broker/log/<severity>'
- #
- # where severity is one of D, E, W, N, I, M which are debug, error,
- # warning, notice, information and message. Message type severity is used by
- # the subscribe/unsubscribe log_types and publishes log messages to
- # $SYS/broker/log/M/susbcribe or $SYS/broker/log/M/unsubscribe.
- # 當安全級別為D, E, W, N, I, M分別對應為除錯, 錯誤, 警告, 注意, 資訊, 訊息.
- # 訊息安全型別用於訂閱/取消訂閱的訊息型別時,傳送的日誌資訊儲存在
- # $SYS/broker/log/M/susbcribe or $SYS/broker/log/M/unsubscribe
- #
- # The file destination requires an additional parameter which is the file to be
- # logged to, e.g. "log_dest file /var/log/mosquitto.log". The file will be
- # closed and reopened when the broker receives a HUP signal. Only a single file
- # destination may be configured.
- #
- # Note that if the broker is running as a Windows service it will default to
- # "log_dest none" and neither stdout nor stderr logging is available.
- # Use "log_dest none" if you wish to disable logging.
- log_dest file /var/log/mosquitto.log
- # If using syslog logging (not on Windows), messages will be logged to the
- # "daemon" facility by default. Use the log_facility option to choose which of
- # local0 to local7 to log to instead. The option value should be an integer
- # value, e.g. "log_facility 5" to use local5.
- #log_facility 5
- # Types of messages to log. Use multiple log_type lines for logging
- # multiple types of messages.
- # Possible types are: debug, error, warning, notice, information,
- # none, subscribe, unsubscribe, websockets, all.
- # Note that debug type messages are for decoding the incoming/outgoing
- # network packets. They are not logged in "topics".
- #log_type error
- #log_type warning
- #log_type notice
- log_type all
- # Change the websockets logging level. This is a global option, it is not
- # possible to set per listener. This is an integer that is interpreted by
- # libwebsockets as a bit mask for its lws_log_levels enum. See the
- #log_facility 5
- # If using syslog logging (not on Windows), messages will be logged to the
- # "daemon" facility by default. Use the log_facility option to choose which of
- # local0 to local7 to log to instead. The option value should be an integer
- # value, e.g. "log_facility 5" to use local5.
- # Types of messages to log. Use multiple log_type lines for logging
- # multiple types of messages.
- # Possible types are: debug, error, warning, notice, information,
- # none, subscribe, unsubscribe, websockets, all.
- #log_facility 5
- # Types of messages to log. Use multiple log_type lines for logging
- # multiple types of messages.
- # Possible types are: debug, error, warning, notice, information,
- # none, subscribe, unsubscribe, websockets, all.
- # Note that debug type messages are for decoding the incoming/outgoing
- # network packets. They are not logged in "topics".
- # where severity is one of D, E, W, N, I, M which are debug, error,
- # warning, notice, information and message. Message type severity is used by
- # the subscribe/unsubscribe log_types and publishes log messages to
- # $SYS/broker/log/M/susbcribe or $SYS/broker/log/M/unsubscribe.
- # 當安全級別為D, E, W, N, I, M分別對應為除錯, 錯誤, 警告, 注意, 資訊, 訊息.
- # 訊息安全型別用於訂閱/取消訂閱的訊息型別時,傳送的日誌資訊儲存在
- # $SYS/broker/log/M/susbcribe or $SYS/broker/log/M/unsubscribe
- #
- # The file destination requires an additional parameter which is the file to be
- # logged to, e.g. "log_dest file /var/log/mosquitto.log". The file will be
- # closed and reopened when the broker receives a HUP signal. Only a single file
- # destination may be configured.
- #
- # Note that if the broker is running as a Windows service it will default to
- # "log_dest none" and neither stdout nor stderr logging is available.
- # Use "log_dest none" if you wish to disable logging.
- log_dest file /var/log/mosquitto.log
- # If using syslog logging (not on Windows), messages will be logged to the
- # value, e.g. "log_facility 5" to use local5.
- #
- #log_facility 5
- # Types of messages to log. Use multiple log_type lines for logging
- # multiple types of messages.
- # in /var/log/messages or similar.
- # syslog使用使用者空間記錄日誌的級別通常儲存在/var/log/messages或者郵件中
- #
- # topic logs to the broker topic '$SYS/broker/log/<severity>',
- # 主題日誌儲存在代理伺服器的主題日誌路徑下面 '$SYS/broker/log/<severity>'
- #
- # where severity is one of D, E, W, N, I, M which are debug, error,
- # warning, notice, information and message. Message type severity is used by
- # the subscribe/unsubscribe log_types and publishes log messages to
- # $SYS/broker/log/M/susbcribe or $SYS/broker/log/M/unsubscribe.
- # 當安全級別為D, E, W, N, I, M分別對應為除錯, 錯誤, 警告, 注意, 資訊, 訊息.
- # 訊息安全型別用於訂閱/取消訂閱的訊息型別時,傳送的日誌資訊儲存在
- # $SYS/broker/log/M/susbcribe or $SYS/broker/log/M/unsubscribe
- #
- # The file destination requires an additional parameter which is the file to be
- # logged to, e.g. "log_dest file /var/log/mosquitto.log". The file will be
- # closed and reopened when the broker receives a HUP signal. Only a single file
- # destination may be configured.
- #
- # Note that if the broker is running as a Windows service it will default to
- # "log_dest none" and neither stdout nor stderr logging is available.
- # Use "log_dest none" if you wish to disable logging.
- log_dest file /var/log/mosquitto.log
- # If using syslog logging (not on Windows), messages will be logged to the
- # "daemon" facility by default. Use the log_facility option to choose which of
- # local0 to local7 to log to instead. The option value should be an integer
- # value, e.g. "log_facility 5" to use local5.
- #
- #log_facility 5
- # Types of messages to log. Use multiple log_type lines for logging
- # multiple types of messages.
- # 設定日誌儲存的訊息型別.使用多個log_type列對應多個日誌的訊息型別
- # Possible types are: debug, error, warning, notice, information,
- # none, subscribe, unsubscribe, websockets, all.
- # 有效的型別:debug, error, warning, notice, information, none, suscribe, unsubscribe, websockets, all
- # Note that debug type messages are for decoding the incoming/outgoing
- # network packets. They are not logged in "topics".
- # 注意:debug型別,訊息會被解碼為輸入/輸出的網路包,如果作為topics不會被記錄到日誌
- #log_type error
- #log_type warning
- #log_type notice
- log_type all
- # Change the websockets logging level. This is a global option, it is not
- # possible to set per listener. This is an integer that is interpreted by
- # libwebsockets as a bit mask for its lws_log_levels enum. See the
- # libwebsockets documentation for more details. "log_type websockets" must also
- # be enabled.
- # 設定websockets的日誌級別,是一個全域性的選項,但不是每個監聽器都生效
- # 可以當做libwebsockets的位掩碼的整數作為lws_log_level的列舉
- # 通過libwebsockets文件檢視詳情
- # ‘log_type websockets’ 必須設定為生效才能設定這個引數
- #websockets_log_level 0
- # If set to true, client connection and disconnection messages will be included
- #websockets_log_level 0
- # If set to true, client connection and disconnection messages will be included
- # in the log.
- # 是否儲存客戶端的連線和斷開連線的資訊到日誌
- connection_messages true
- # If set to true, add a timestamp value to each log message.
- # 是否設定日誌時間
- log_timestamp true