Skip to content

Investigate logging configuration and logging tests #620

Open
@maltesander

Description

@maltesander

@Jimvin discovered problems with configuring logging.

Configuring logging on role level did not work, role group level worked with the following config:

  journalNodes:
    roleGroups:
      default:
        replicas: 3
        config:
          logging:
            enableVectorAgent: true
            containers:
              journalnode:
                loggers:
                  ROOT:
                    level: DEBUG
                console:
                  level: DEBUG
    configOverrides: *configOverrides

In the logging tests we use the hdfs container

.

Looking at the code, it seems to be hdfs as well:

Not sure how that can work, this needs investigation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions