Skip to content

kanela show-banner property not working #5

@Pooriya-Shokri

Description

@Pooriya-Shokri

I've configured kamon using my custom kamon.conf file as below

kamon {

    prometheus.embedded-server {
        hostname = 0.0.0.0
        port = 9098
    }

    zipkin {
      host = "localhost"
      port = 9411
      protocol = "http"
    }

    modules {
      process-metrics {
        enabled = no
      }
      host-metrics {
         enabled = no
      }
    }

    trace {
        join-remote-parents-with-same-span-id = yes
    }

}

kanela {
    debug-mode = false
    show-banner = false
    log-level = "DEBUG"
}

and initiated Kamon like this

Config config = ConfigFactory.load("kamon");
Kamon.init(config);

while every kamon property seems to work okay, kanela properties including "show-banner" don't take affect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions