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

audit log is not shown #129

Closed
small1 opened this issue Feb 25, 2019 · 2 comments · Fixed by nextcloud/documentation#10604
Closed

audit log is not shown #129

small1 opened this issue Feb 25, 2019 · 2 comments · Fixed by nextcloud/documentation#10604

Comments

@small1
Copy link

small1 commented Feb 25, 2019

Entries from audit log does not show.

Steps to reproduce

  1. Set loglevel to 1
  2. do stuff and see entries in audit.log in the file system
  3. Check logreader app in web interface

Expected behaviour

Entries from audit.log should show in the logreader app. As shown in some screenshots.

Actual behaviour

Only the entries in nextcloud.log is shown.

Server configuration

Operating system: Debian 9

Web server: nginx 1.14.2

Database: mariadb 10.1

PHP version: 7.2

Nextcloud version: 15.0.4

Where did you install Nextcloud from: using ansible scripts and downlaoded the latest tarball

List of activated apps:

  • accessibility: 1.1.0
  • activity: 2.8.2
  • admin_audit: 1.5.0
  • announcementcenter: 3.4.1
  • bookmarks: 0.16.2
  • calendar: 1.6.4
  • checksum: 0.4.2
  • circles: 0.16.0
  • cloud_federation_api: 0.1.0
  • cms_pico: 0.9.7
  • comments: 1.5.0
  • contacts: 3.0.3
  • dav: 1.8.1
  • deck: 0.5.2
  • end_to_end_encryption: 1.1.0
  • event_update_notification: 0.3.2
  • external: 3.2.0
  • federatedfilesharing: 1.5.0
  • federation: 1.5.0
  • files: 1.10.0
  • files_accesscontrol: 1.5.0
  • files_automatedtagging: 1.5.0
  • files_downloadactivity: 1.4.0
  • files_frommail: 0.2.0
  • files_markdown: 2.0.5
  • files_pdfviewer: 1.4.0
  • files_rightclick: 0.11.0
  • files_sharing: 1.7.0
  • files_texteditor: 2.7.0
  • files_trashbin: 1.5.0
  • files_versions: 1.8.0
  • files_videoplayer: 1.4.0
  • groupfolders: 2.0.3
  • logreader: 2.0.0
  • lookup_server_connector: 1.3.0
  • mail: 0.11.0
  • metadata: 0.9.0
  • nextcloud_announcements: 1.4.0
  • notifications: 2.3.0
  • oauth2: 1.3.0
  • password_policy: 1.5.0
  • polls: 0.10.0
  • provisioning_api: 1.5.0
  • quota_warning: 1.4.0
  • richdocuments: 3.2.1
  • serverinfo: 1.5.0
  • sharebymail: 1.5.0
  • social: 0.1.4
  • socialsharing_email: 1.0.5
  • socialsharing_facebook: 1.0.4
  • socialsharing_twitter: 1.0.4
  • spreed: 5.0.2
  • systemtags: 1.5.0
  • tasks: 0.9.8
  • terms_of_service: 1.1.1
  • theming: 1.6.0
  • twofactor_backupcodes: 1.4.1
  • twofactor_totp: 2.1.1
  • twofactor_u2f: 2.1.1
  • twofactor_yubikey: 0.4.1
  • updatenotification: 1.5.0
  • user_saml: 2.1.1
  • w2g2: 2.2.4
  • workflowengine: 1.5.0

Nextcloud configuration:

"system": {
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "localhost",
        "cloud.ingenstans.net"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "15.0.4.0",
    "overwrite.cli.url": "https:\/\/cloud.ingenstans.net",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "memcache.local": "\\OC\\Memcache\\APCu",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "port": "0",
        "timeout": "0.0"
    },
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "filelocking.enabled": "true",
    "enable_previews": "true",
    "enabledPreviewProviders": [
        "OC\\Preview\\PNG",
        "OC\\Preview\\JPEG",
        "OC\\Preview\\GIF",
        "OC\\Preview\\BMP",
        "OC\\Preview\\XBitmap",
        "OC\\Preview\\Movie",
        "OC\\Preview\\PDF",
        "OC\\Preview\\MP3",
        "OC\\Preview\\TXT",
        "OC\\Preview\\MarkDown"
    ],
    "preview_max_x": "1024",
    "preview_max_y": "768",
    "preview_max_scale_factor": "1",
    "auth.bruteforce.protection.enabled": "true",
    "trashbin_retention_obligation": "auto,7",
    "skeletondirectory": "\/var\/www\/ncskeleton",
    "defaultapp": "file",
    "activity_expire_days": "15",
    "integrity.check.disabled": "false",
    "updater.release.channel": "stable",
    "loglevel": 1,
    "maintenance": false,
    "mail_smtpmode": "sendmail",
    "mail_sendmailmode": "smtp",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "theme": "",
    "knowledgebaseenabled": "true"
}

Logs

Nextcloud log (data/owncloud.log)

Cant find any in nextcloud.log related to the logreader

@joshtrichards
Copy link
Member

Duplicate of #318.

(I suggest closing this in favor of #318, even though it came later, since activity has already consolidated there.)

@joshtrichards
Copy link
Member

Do this: #318 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants