Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logreader does not show logs even when logs are existent in logfile #67

Closed
Greek64 opened this issue Feb 3, 2018 · 1 comment
Closed

Comments

@Greek64
Copy link

Greek64 commented Feb 3, 2018

The logreader does not show the configured loglevel logs, even if the logs are existent in the logfile.

Steps to reproduce

  1. Enable "Debug" loglevel in logreader and let it fill the log for a while
  2. Make sure to produce a few "Warning" logs
  3. Disable again "Debug" Llglevel and set "Warning" as highest loglevel in logreader

Expected behaviour

Show only logs with a loglevel of "Warning" or higher

Actual behaviour

No logs show up at all, even though a manual look inside the logfile confirms that the logs exist.

Operating system: Docker Nextcloud
PHP version: 7.1.13
Nextcloud version: 12.0.5
Logread version: 2.0.0

I guess the logreader just checks the last X logs and shows them if necessary, but for a logread app I'm expecting it to check the whole log, not just the tip of the iceberg.

@susnux
Copy link
Contributor

susnux commented Nov 11, 2023

I could neither reproduce with Nextcloud 26 or 27.
With Nextcloud 28 this is fixed by #936

If you still experience this issue, feel free to reopen

@susnux susnux closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants