1
0
mirror of https://github.com/deStrO/eBot-docker.git synced 2025-12-10 03:22:49 +01:00
2023-10-13 19:03:36 +02:00

38 lines
664 B
JSON

{
"logger": {
"name": "Logs #1",
"level": "debug"
},
"udp": {
"enabled": true,
"ip": "0.0.0.0",
"port": 12345
},
"http": {
"enabled": true,
"ip": "0.0.0.0",
"port": 12345
},
"queues": [
{
"type": "redis",
"config": {
"mode": "channel",
"channelName" : "ebot-logs",
"connection": {
"url": "redis://redis:6379"
}
}
}
],
"plugins": [
{
"path": "src/logs-receiver/plugins/logger.ts",
"config": {
"path": "logs",
"split": true
}
}
]
}