update code by review result.
This commit is contained in:
@ -210,7 +210,7 @@
|
||||
<data name="Success.SaveSiteSettings" xml:space="preserve">
|
||||
<value>Settings Saved Successfully</value>
|
||||
</data>
|
||||
<data name="ClearLogs" xml:space="preserve">
|
||||
<data name="ClearLogs.Text" xml:space="preserve">
|
||||
<value>Clear Logs</value>
|
||||
</data>
|
||||
<data name="Confirm.ClearLogs" xml:space="preserve">
|
||||
|
@ -37,7 +37,7 @@ namespace Oqtane.Services
|
||||
|
||||
public async Task ClearLogsAsync(int siteId)
|
||||
{
|
||||
await DeleteAsync($"{Apiurl}?siteid={siteId}&includeErrors=true");
|
||||
await DeleteAsync($"{Apiurl}?siteid={siteId}");
|
||||
}
|
||||
|
||||
public async Task Log(int? pageId, int? moduleId, int? userId, string category, string feature, LogFunction function, LogLevel level, Exception exception, string message, params object[] args)
|
||||
|
Reference in New Issue
Block a user