Skip to content

Replace System.out.print with logger #18

Description

@gokhan-oner

in https://github.com/j-kopf/nextJSGraphQLapp_sanitized/blob/main/backend/FinancialAccountManager.java

Multiple instances of System.out.println usage, which is problematic for performance reasons + also logs everything to system console. ( in the case of these messages contains leaked data, could cause security issues )

Replace all usages of System.out.print with logger.info/warn & make sure to remove any customer PII!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions