mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
switch logoutputs to debug level
This commit is contained in:
parent
e4cadd6ae4
commit
a5dc9a8fc8
@ -51,7 +51,7 @@ export class FederationClient {
|
||||
}
|
||||
|
||||
getPublicCommunityInfo = async (): Promise<PublicCommunityInfo | undefined> => {
|
||||
logger.info(`Federation: getPublicCommunityInfo with endpoint='${this.endpoint}'...`)
|
||||
logger.debug(`Federation: getPublicCommunityInfo with endpoint='${this.endpoint}'...`)
|
||||
try {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
const { data } = await this.client.rawRequest(getPublicCommunityInfo, {})
|
||||
@ -63,7 +63,7 @@ export class FederationClient {
|
||||
)
|
||||
return
|
||||
}
|
||||
logger.info(`Federation: getPublicCommunityInfo successful from endpoint=${this.endpoint}`)
|
||||
logger.debug(`Federation: getPublicCommunityInfo successful from endpoint=${this.endpoint}`)
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
||||
logger.debug(`publicCommunityInfo:`, data.getPublicCommunityInfo)
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user