mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
feat: make Fedify log level configurable via logLevel option
Default changed from "info" to "warning" so production logs are quiet. Set logLevel to "info" or "debug" in config to troubleshoot federation.
This commit is contained in:
@@ -262,6 +262,7 @@ On restart, `refollow:pending` entries are reset to `import` to prevent stale cl
|
||||
redisUrl: "", // Redis for delivery queue (empty = in-process)
|
||||
parallelWorkers: 5, // Parallel delivery workers (with Redis)
|
||||
actorType: "Person", // Person | Service | Organization | Group
|
||||
logLevel: "warning", // Fedify log level: debug | info | warning | error | fatal
|
||||
timelineRetention: 1000, // Max timeline items (0 = unlimited)
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user