Clearing Magento Log Data

前端 未结 15 658
粉色の甜心
粉色の甜心 2020-12-07 08:31

I have a question regarding clearing of the log data in Magento.

I have more than 2.3GB of data in Magento 1.4.1, and now I want to optimize the database, because it

15条回答
  •  臣服心动
    2020-12-07 09:31

    After clean the logs using any of the methods described above you can also disable them in your app/etc/local.xml

    ...
    
    
     
      
        
        
            disabled
        
        
            disabled
        
        
          
            
              disabled
            
          
        
        
          
            
              disabled
            
          
        
        
           
              
                  disabled
              
            
       
       
         
           
             disabled
           
         
       
    
    
    
    

提交回复
热议问题