mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 15:46:58 +08:00
allow to customize syslog prefix (#4356)
Co-authored-by: Кадышев Вячеслав <v.kadyshev@dssl.ru>
This commit is contained in:

committed by
GitHub

parent
06f723496d
commit
1069e131b0
@@ -34,7 +34,8 @@ func TestCoreErrors(t *testing.T) {
|
||||
{
|
||||
"logger",
|
||||
"logDestinations: [file]\n" +
|
||||
"logFile: /nonexisting/nonexist\n",
|
||||
"logFile: /nonexisting/nonexist\n" +
|
||||
"sysLogPrefix: /mediamtx\n",
|
||||
},
|
||||
{
|
||||
"metrics",
|
||||
|
Reference in New Issue
Block a user