Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate logging configuration and logging tests #620

Open
maltesander opened this issue Nov 29, 2024 · 1 comment
Open

Investigate logging configuration and logging tests #620

maltesander opened this issue Nov 29, 2024 · 1 comment
Labels

Comments

@maltesander
Copy link
Member

@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.

@razvan
Copy link
Member

razvan commented Dec 9, 2024

In the logging tests we use the hdfs container

Don't know if it's acceptable to rename the containers back to hdfs but this would make them inline with all other operators that name the main containers consistently with the product name, for example airflow, druid, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants