Skip to content

Commit 630b30d

Browse files
provokateuringithub-actions[bot]
authored andcommitted
nixos/nextcloud: Update logreader warning description
The error is only logged as an info since nextcloud/logreader#1449. This was a bug in the app, since the error is not fixable by the admin due to the logging configuration. (cherry picked from commit 9683835)
1 parent bb46419 commit 630b30d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nixos/modules/services/web-apps/nextcloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,18 +245,18 @@ that are managed by Nix. If you want automatic updates it is recommended that yo
245245

246246
## Known warnings {#module-services-nextcloud-known-warnings}
247247

248-
### Failed to get an iterator for log entries: Logreader application only supports "file" log_type {#module-services-nextcloud-warning-logreader}
248+
### Logreader application only supports "file" log_type {#module-services-nextcloud-warning-logreader}
249249

250250
This is because
251251

252252
* our module writes logs into the journal (`journalctl -t Nextcloud`)
253253
* the Logreader application that allows reading logs in the admin panel is enabled
254254
by default and requires logs written to a file.
255255

256-
The logreader application doesn't work, as it was the case before. The only change is that
257-
it complains loudly now. So nothing actionable here by default. Alternatively you can
256+
The logreader application doesn't work, as it was the case before.
257+
So nothing actionable here by default. Alternatively you can
258258

259-
* disable the logreader application to shut up the "error".
259+
* disable the logreader application to shut up the "info".
260260

261261
We can't really do that by default since whether apps are enabled/disabled is part
262262
of the application's state and tracked inside the database.

0 commit comments

Comments
 (0)