Base solution for your next web application
Open Closed

Log file reduction - only log errors #10586


User avatar
0
olmy90 created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 10.2
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

Hi, where can I set that Log file only log errors ? we have huge log files just with information logs - we don't need that. Thanks


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

    Hi @olmy90

    You can set level parameter to ERROR in your log4net.config.

    <level value="ERROR" />
    
  • User Avatar
    0
    olmy90 created

    thanks yes -thought there was something could be done from Frontend. thanks