Skip to content

Commit 2bad989

Browse files
committed
Update ipk package config with syslog. Update changelog.
1 parent fabdd73 commit 2bad989

File tree

7 files changed

+75
-0
lines changed

7 files changed

+75
-0
lines changed

docs/content/overview/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ The [Concentratord](https://www.chirpstack.io/gateway-bridge/backends/concentrat
2020
[ChirpStack Concentratord](https://github.com/brocaar/chirpstack-concentratord)
2121
daemon. Please note that this backend is experimental.
2222

23+
#### Syslog output
24+
25+
When `log_to_syslog` is enabled in the configuration file, the log output will
26+
be written to syslog.
27+
2328
### Improvements
2429

2530
* Change MQTT max. reconnect interval default value to 1 minute.

packaging/vendor/dragino/LG308/files/chirpstack-gateway-bridge.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
# configuration example and documentation.
77

88

9+
[general]
10+
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
11+
log_level=4
12+
13+
# Log to syslog.
14+
#
15+
# When set to true, log messages are being written to syslog.
16+
log_to_syslog=true
17+
18+
919
# Gateway backend configuration.
1020
[backend]
1121
# Backend type.

packaging/vendor/kerlink/ibts/files/chirpstack-gateway-bridge.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
# configuration example and documentation.
77

88

9+
[general]
10+
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
11+
log_level=4
12+
13+
# Log to syslog.
14+
#
15+
# When set to true, log messages are being written to syslog.
16+
log_to_syslog=true
17+
18+
919
# Gateway backend configuration.
1020
[backend]
1121
# Backend type.

packaging/vendor/kerlink/ifemtocell/files/chirpstack-gateway-bridge.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
# configuration example and documentation.
77

88

9+
[general]
10+
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
11+
log_level=4
12+
13+
# Log to syslog.
14+
#
15+
# When set to true, log messages are being written to syslog.
16+
log_to_syslog=true
17+
18+
919
# Gateway backend configuration.
1020
[backend]
1121
# Backend type.

packaging/vendor/multitech/conduit/files/chirpstack-gateway-bridge.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
# configuration example and documentation.
77

88

9+
[general]
10+
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
11+
log_level=4
12+
13+
# Log to syslog.
14+
#
15+
# When set to true, log messages are being written to syslog.
16+
log_to_syslog=true
17+
18+
919
# Gateway backend configuration.
1020
[backend]
1121
# Backend type.

packaging/vendor/tektelic/kona-macro/files/chirpstack-gateway-bridge.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
# configuration example and documentation.
77

88

9+
[general]
10+
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
11+
log_level=4
12+
13+
# Log to syslog.
14+
#
15+
# When set to true, log messages are being written to syslog.
16+
log_to_syslog=true
17+
18+
919
# Gateway backend configuration.
1020
[backend]
1121
# Backend type.

packaging/vendor/tektelic/kona-mega/files/chirpstack-gateway-bridge.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@
66
# configuration example and documentation.
77

88

9+
[general]
10+
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
11+
log_level=4
12+
13+
# Log to syslog.
14+
#
15+
# When set to true, log messages are being written to syslog.
16+
log_to_syslog=true
17+
18+
19+
[general]
20+
# debug=5, info=4, warning=3, error=2, fatal=1, panic=0
21+
log_level=4
22+
23+
# Log to syslog.
24+
#
25+
# When set to true, log messages are being written to syslog.
26+
log_to_syslog=true
27+
28+
929
# Gateway backend configuration.
1030
[backend]
1131
# Backend type.

0 commit comments

Comments
 (0)