You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Trunk-Recorder logrotate friendly, via syslogFriendly bool config option. (#1080)
* Added a `syslogFriendly` config option, that by default is `false`. When
set to `true` creates a `trunk-recorder.log` file that can be rotated
with logrotate via logrotate sending a `SIGHUP` signal. Closes#833.
* Added `syslogFriendly` information to `CONFIGURE.md` docs.
Copy file name to clipboardExpand all lines: docs/CONFIGURE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ There is a list of available Plugins [here](./Plugins.md).
151
151
| newCallFromUpdate || true |**true** / **false**| Allow for UPDATE trunking messages to start a new Call, in addition to GRANT messages. This may result in more Calls with no transmisions, and use more Recorders. The flipside is that it may catch parts of a Call that would have otherwise been missed. Turn this off if you are running out of Recorders. |
152
152
| softVocoder || false |**true** / **false**| Use the Software Decode vocoder from OP25 for P25 and DMR. Give it a try if you are hearing weird tones in your audio. Whether it makes your audio sound better or worse is a matter of preference. |
153
153
| recordUUVCalls || true |**true** / **false**|*P25 only* Record Unit to Unit Voice calls. |
154
+
| syslogFriendly || false |**true** / **false**| Uses static filename `trunk-recorder.log` for use with syslog when `true`. |
0 commit comments