-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2930 from CvH/9.0/rsyslog-up
rsyslog: update to latest
- Loading branch information
Showing
9 changed files
with
66 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
8.0.100 | ||
- Initial addon | ||
104 | ||
- Update to 8.37.0 | ||
|
||
103 | ||
- Rebuild | ||
|
||
102 | ||
- Add first run wizard configuration menu | ||
|
||
8.0.101 | ||
101 | ||
- Add RELP Protocol | ||
- Add ability to compress messages using TCP/UDP protocols | ||
- Update configuration files using newer standards | ||
|
||
8.0.102 | ||
- Add first run wizard configuration menu | ||
100 | ||
- Initial addon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/addons/service/rsyslog/source/resources/settings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
packages/addons/service/rsyslog/source/settings-default.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<settings> | ||
<setting id="RSYSLOG_IP_NAME_FQDN" value=""/> | ||
<setting id="RSYSLOG_JOURNAL_LOGGING" value="false"/> | ||
<setting id="RSYSLOG_KODI_LOGGING" value="true"/> | ||
<setting id="RSYSLOG_MANUAL" value="false"/> | ||
<setting id="RSYSLOG_PORT" value="514"/> | ||
<setting id="RSYSLOG_PROTOCOL" value="UDP"/> | ||
<setting id="RSYSLOG_WIZARD" value="true"/> | ||
<setting id="RSYSLOG_ZLIB_COMPRESSION" value="false" /> | ||
<setting id="RSYSLOG_ZLIB_COMPRESSION_LEVEL" value="0" /> | ||
<settings version="2"> | ||
<setting id="RSYSLOG_IP_NAME_FQDN" default="true"></setting> | ||
<setting id="RSYSLOG_JOURNAL_LOGGING" default="true">false</setting> | ||
<setting id="RSYSLOG_KODI_LOGGING">true</setting> | ||
<setting id="RSYSLOG_MANUAL" default="true">false</setting> | ||
<setting id="RSYSLOG_PORT">514</setting> | ||
<setting id="RSYSLOG_PROTOCOL" default="true">UDP</setting> | ||
<setting id="RSYSLOG_WIZARD" default="true">false</setting> | ||
<setting id="RSYSLOG_ZLIB_COMPRESSION" default="true">false</setting> | ||
<setting id="RSYSLOG_ZLIB_COMPRESSION_LEVEL" default="true">0</setting> | ||
</settings> |