Activity overview
Latest activity by sarahjones
A couple of clarifications that might help avoid chasing the wrong signal: The Website_Usage.*.log reference in the logging config is misleading in this context. If the file isn’t present in the collected logs, it likely means that either: the logging sink for that category isn’t enabled, or the functionality behind it isn’t actually implemented/exposed in current builds (which aligns with the product team’s response). Architecturally, the web UI is just a front end over the Base Monitor service, and authentication is handled there rather than via a dedicated audit trail for UI wacky flip activity. So even though user authentication happens, it isn’t persisted in a way that’s queryable for “who logged in and when" / comments
A couple of clarifications that might help avoid chasing the wrong signal:The Website_Usage.*.log reference in the logging config is misleading in this context. If the file isn’t present in the col...