Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • R RagConnect
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

System update scheduled for Friday, October 6th between 08:15 and 08:45 CEST. If unpleasant, please contact Ronny or Markus.

  • JastAdd
  • RagConnect
  • Issues
  • #46

Refactor debug messages from System.out to SLF4J

Currently, all debug/info/error messages that are contained in the code generated by RagConnect are printed on System.out or System.err. Thus, they cannot be easily controlled.

Idea: Use logging framework API to enable better control, when to log those message, and without enforcing a certain logging framework.

Important: This introduces a fixed, required dependency group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25' for code generated by RagConnect. This has to be documented, and is a breaking change.

Assignee
Assign to
Time tracking