system--Log, a lot of the same Warning log records

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 anni tempo fa
Hello, I am in the background management of nopCommerce: system--Log, in the log list, there are a lot of identical Warning log records. The number can reach tens of millions.

"Warning Resource string (sevenspikes.themes.common.menutitle) is not found. Language ID = 4"

Is this what is the reason? How should I make the nopCommerce system not log such log types? And how should I clear these large amounts of identical duplicate data?

When I try to operate "clear log", maybe because the data is too large and too large, it will report an error or even crash every time.

Thank you for your help!
2 anni tempo fa
fix your warning. if it is related to resource string. put value on that.
more about it
https://docs.nopcommerce.com/en/getting-started/advanced-configuration/localization.html

you can clear your log from db by this commend
your db : truncate table [dbo].[Log]
2 anni tempo fa
You need to remove all records from the SQL management window.

Please execute this below query to clear the log table.
truncate table [dbo].[Log]
2 anni tempo fa
Thank you, the above two answers are very helpful to me, thank you very much
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.