-
Notifications
You must be signed in to change notification settings - Fork 27
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
Logging does not load #52
Comments
The error log in journalctl shows:
|
Same problem... In the logging page don load anything, only the mooving circle |
Check this out . It works for me. |
That's not the solution in my case. It throws an exception when trying to open the log file, not when parsing a time. |
Yes, I am solved the issue with the modify proposed. |
I have the same problem and it started after I set Nextcloud to log to the syslog. If the logreader is not capable of displaying syslog-entries, and I could live with that, it should display a message instead of "loading" forever. |
Same problem here after a distro upgrade from Debian 8 (jessy) to 9 (stretch). Maybe the updated PHP version? Don't know. |
Maybe your |
It's because you've changed your |
Fixes nextcloud#52 (and possibly others) Currently if `log_type` is set to anything other than `file` (the default) - such as syslog or systemd - the Logging page spins indefinitely. This fixes the backend assumptions about logging always being log_type `file` and also provides the admin (user) with an informative message so they know what's going on. Signed-off-by: Josh Richards <[email protected]>
Fixes nextcloud#52 (and possibly others) Currently if `log_type` is set to anything other than `file` (the default) - such as syslog or systemd - the Logging page spins indefinitely. This fixes the backend assumptions about logging always being log_type `file` and also provides the admin (user) with an informative message so they know what's going on. Signed-off-by: Josh Richards <[email protected]>
#866 doesn't seem to do anything on Nextcloud 27.1.3 The logging page just spins forever and no error message is shown. |
Steps to reproduce
1.Click on Admin/Logging
Expected behaviour
Logging page should finish loading
Actual behaviour
Loading icon displays and stays forever
Server configuration
Operating system: Archlinux i386
Web server: Apache
Database: Mariadb
PHP version: 5.7
Nextcloud version: 11.0.3
Where did you install Nextcloud from: tar.gz
List of activated apps:
Enabled:
Disabled:
{
"system": {
"datadirectory": "/srv/server/www/owncloud/data",
"dbtype": "mysql",
"version": "11.0.3.2",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"instanceid": "507895ccc101e",
"maintenance": false,
"theme": "",
"asset-pipeline.enabled": false,
"default_language": "es",
"overwrite.cli.url": "/owncloud",
"preview_libreoffice_path": "/usr/bin/libreoffice",
"loglevel": 2,
"forcessl": true,
"log_type": "syslog",
"logdateformat": "F d, Y H:i:s",
"logfile": "",
"syslog_tag": "Nextcloud",
"trusted_domains": [
"soliverez.com.ar"
],
"secret": "REMOVED SENSITIVE VALUE",
"has_internet_connection": true,
"check_for_working_htaccess": true,
"mail_smtpmode": "sendmail",
"mail_from_address": "owncloud",
"mail_domain": "soliverez.com.ar",
"appstoreenabled": true,
"appstore.experimental.enabled": true,
"apps_paths": [
{
"path": "/srv/server/www/owncloud/apps",
"url": "/apps",
"writable": true
}
],
"enable_previews": true,
"trashbin_retention_obligation": "auto",
"updater.release.channel": "stable",
"memcache.local": "\OC\Memcache\APCu"
}
}
The text was updated successfully, but these errors were encountered: