Updated the logs query to fetch 500 log lines instead of just 100 for more useful logging information
This commit is contained in:
@@ -804,7 +804,7 @@ impl<'a, 'b> Network<'a, 'b> {
|
||||
info!("Fetching Radarr logs");
|
||||
|
||||
let resource = format!(
|
||||
"{}?pageSize=100&sortDirection=descending&sortKey=time",
|
||||
"{}?pageSize=500&sortDirection=descending&sortKey=time",
|
||||
RadarrEvent::GetLogs.resource()
|
||||
);
|
||||
let request_props = self
|
||||
|
||||
Reference in New Issue
Block a user