Skip to content

Commit 767e13d

Browse files
committed
feat: add informational logging for page listing operations
- Display page fetch limit in info logs - Improves visibility of API operations - Helps monitor usage patterns in production
1 parent cd0b6b5 commit 767e13d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controllers/atlassian.pages.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ async function list(
6868
'list',
6969
);
7070
methodLogger.debug('Listing Confluence pages with options:', options);
71+
methodLogger.info(`Fetching Confluence pages (limit: ${options.limit || DEFAULT_PAGE_SIZE})`);
7172

7273
try {
7374
const defaults: Partial<ListPagesToolArgsType> = {

0 commit comments

Comments
 (0)