Skip to content

Commit 9fb00e1

Browse files
committed
Fix duplicated Tektelic configuration.
1 parent c2909aa commit 9fb00e1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ log_level=4
1616
log_to_syslog=true
1717

1818

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-
2919
# Gateway backend configuration.
3020
[backend]
3121
# Backend type.

packaging/vendor/tektelic/kona-micro/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.

0 commit comments

Comments
 (0)