allow to customize syslog prefix (#4356)

Co-authored-by: Кадышев Вячеслав <v.kadyshev@dssl.ru>
This commit is contained in:
Vyacheslav Kadyshev
2025-03-24 17:54:33 +03:00
committed by GitHub
parent 06f723496d
commit 1069e131b0
7 changed files with 16 additions and 7 deletions

View File

@@ -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",