[GH-ISSUE #273] syntax error in sample configuration file #223

Open
opened 2026-02-26 05:31:38 +03:00 by kerem · 0 comments
Owner

Originally created by @LinuxforPunks on GitHub (Mar 7, 2025).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/273

{
"messageServer": {
"host": "127.0.0.1",
"port": 6689
},
"inputs": [
{
"source": "server1",
"stream": "app1",
"config": {
"path": "log.io-demo/file-generator/app1-server1.log"
}
},
{
"source": "server2",
"stream": "system-logs",
"config": {
"path": "/var/log/**/.log",
"watcherOptions": {
"ignored": "
.txt",
"depth": 99,
}
}
}
]
}

There shouldn't be a trailing comma at the end of the list.

Originally created by @LinuxforPunks on GitHub (Mar 7, 2025). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/273 { "messageServer": { "host": "127.0.0.1", "port": 6689 }, "inputs": [ { "source": "server1", "stream": "app1", "config": { "path": "log.io-demo/file-generator/app1-server1.log" } }, { "source": "server2", "stream": "system-logs", "config": { "path": "/var/log/**/*.log", "watcherOptions": { "ignored": "*.txt", "depth": 99, } } } ] } There shouldn't be a trailing comma at the end of the list.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#223
No description provided.