Top "Audit-logging" questions

Audit-logging is the practice of keeping records of system activity

Log User Activity on ASP.NET MVC Application

Is there A good strategy to Log the User activity on an ASP MVC App? (ActionFilters/ HTTPModules). Something like last …

asp.net-mvc logging audit-trail audit-logging user-activity
How to get all the transaction logs (insert update delete) for a specific table in SQL Server 2008

I want to get all the transactions applied on a specific table in SQL Server 2008. I found the last time …

sql-server-2008 audit-logging
How to create Triggers to add the change events into Audit Log tables

Suppose we have 50 tables in a database and we want to capture all the changes (Previous value and new value …

mysql triggers audit-logging audit-trail change-data-capture
How to Change the time zone in Python logging?

I would like to change the timestamp in the log file so that it reflects my current time zone so …

python-2.7 audit-logging
Rails 4 Auditing Gem

I'm looking for a Rails 4 supported gem that does auditing related tasks. Similar gems I found, but are not supporting …

ruby-on-rails ruby gem ruby-on-rails-4 audit-logging
Spring Boot Audit Logging by Example

Almost every aspect of Spring Boot's documentation have proven to be treasure troves of copious amounts of information. That is …

spring-boot audit-logging
Wrap log4j or create custom logger?

I have an application that needs to log two different types of messages: application log messages and audit messages. Application …

java logging log4j audit-logging
Injecting JPA's Entity Manager in Hibernate's EmptyInterceptor

I am using JPA-2.0 with Hibernate in my data access layer. For audit logging purposes, I am using Hibernate's EmptyInterceptor …

spring hibernate jpa-2.0 audit-logging