0

System table server_log_requests is not being populated after upgrade to version 2025.10.005.

Hi everyone!

After upgrading to version 2025.10.005, the server_log_requests system table no longer records any entries.
I checked the administrator console but couldn't find any relevant setting to re-enable it.

Could this be a known issue? Is there a configuration parameter we need to set manually, or has the logging mechanism changed in this release?

1 reply

null
    • ben_or_danziger
    • 4 hrs ago
    • Reported - view

    The functionality you are inquiring about utilizes an internal table that is deactivated by default.

    If you wish to enable it, please run the following update command in your database environment:

    INSERT INTO admin_tbl_settings (name, [timestamp], value, version)
    VALUES (N'logging.requests', '2026-7-6', N'true', N'');

Content aside

  • 4 hrs agoLast active
  • 1Replies
  • 68Views
  • 2 Following