Base solution for your next web application
Open Closed

Delete AbpAuditLogs data in database failed #5692


User avatar
0
avanekar02 created

Hello

in my database the AbpAuditLogs has got a huge amount of data, can i delete this data or turn off AbpAuditLogs, please advise.

Regards Anwar


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi **@avanekar02 **

    Yes, you can disable audit logs, see https://aspnetboilerplate.com/Pages/Documents/Audit-Logging#configuration. You can also delete them if you don't need audit logs.

  • User Avatar
    0
    avanekar02 created

    hello when i tru to run a delete command to delete data from table AbpAuditLogs it give me the following error "Msg 9002, Level 17, State 4, Line 3 The transaction log for database 'CmsProTec' is full due to 'ACTIVE_TRANSACTION'"

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @avanekar02 ,

    This error is not related to AspNet Zero but database provider. You can check it on the web.