mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
example-conf: update notes on autojoin and log channels
This commit is contained in:
parent
ceed9346c0
commit
a0d1f627ec
@ -71,7 +71,8 @@ servers:
|
|||||||
# There must be at least one # in the entry.
|
# There must be at least one # in the entry.
|
||||||
sidrange: "8##"
|
sidrange: "8##"
|
||||||
|
|
||||||
# Autojoin channels
|
# Autojoin channels. Leave this as an empty list or remove the key if
|
||||||
|
# you don't want to have service bots join any channels by default.
|
||||||
channels: ["#pylink"]
|
channels: ["#pylink"]
|
||||||
|
|
||||||
# Sets the protocol module to use - see the protocols/ folder for a list
|
# Sets the protocol module to use - see the protocols/ folder for a list
|
||||||
@ -135,9 +136,6 @@ servers:
|
|||||||
netname: "some TS6 network"
|
netname: "some TS6 network"
|
||||||
sidrange: "8P#"
|
sidrange: "8P#"
|
||||||
|
|
||||||
# Leave this as an empty list if you don't want to join any channels.
|
|
||||||
channels: []
|
|
||||||
|
|
||||||
protocol: "ts6"
|
protocol: "ts6"
|
||||||
autoconnect: 5
|
autoconnect: 5
|
||||||
pingfreq: 30
|
pingfreq: 30
|
||||||
@ -290,11 +288,16 @@ logging:
|
|||||||
|
|
||||||
channels:
|
channels:
|
||||||
# Log to channels on the specified networks.
|
# Log to channels on the specified networks.
|
||||||
# Note: DEBUG logging is not supported here: any log level settings
|
# Make sure that the main PyLink client is configured to join your
|
||||||
# below INFO be automatically raised to INFO.
|
# log channel in the channels: blocks for the networks it will be
|
||||||
# Log messages are forwarded over relay, so you will get duplicate
|
# logging on. It will not automatically join log channels.
|
||||||
|
|
||||||
|
# Note: Log messages are forwarded over relay, so you will get duplicate
|
||||||
# messages if you add log blocks for more than one channel in one
|
# messages if you add log blocks for more than one channel in one
|
||||||
# relay.
|
# relay.
|
||||||
|
|
||||||
|
# Note 2: DEBUG logging is not supported here: any log level settings
|
||||||
|
# below INFO be automatically raised to INFO.
|
||||||
loglevel: INFO
|
loglevel: INFO
|
||||||
|
|
||||||
inspnet:
|
inspnet:
|
||||||
|
Loading…
Reference in New Issue
Block a user