mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 00:55:56 +03:00
[GH-ISSUE #273] syntax error in sample configuration file #223
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.