GitHub user bozhidarpamukchiyski edited a discussion: Hop server on Kubernetes 
logs "Basic" log level

Hello guys,

I'm testing the Apache Hop server on Kubernetes with ArgoCD, everything works 
correct except the fact no matter what I do the server log is always on the 
Basic level. The steps of my deployment are:
1. Get the official docker image and deploy to ArgoCD by setting some env 
variables (snipped from the ArgoCDmanifest below)

`                      additionalEnv:
                        - name: ENVIRONMENT_NAME
                          value: local
                        - name: ENVIRONMENT_STACK
                          value: local
                        - name: HOP_CONFIG_FOLDER
                          value: /files/etl
                        - name: HOP_ENVIRONMENT_NAME
                          value: local
                        - name: HOP_OPTIONS
                          value: -XX:+AggressiveHeap
                        - name: HOP_PROJECT_CONFIG_FILE_NAME
                          value: project-config.json
                        - name: HOP_PROJECT_FOLDER
                          value: /files/etl
                        - name: HOP_PROJECT_HOME
                          value: /files/etl
                        - name: HOP_PROJECT_NAME
                          value: hop-etl-test
                        - name: HOP_SERVER_HOSTNAME
                          value: 0.0.0.0
                        - name: HOP_SERVER_MAX_OBJECT_TIMEOUT
                          value: "1440"
                        - name: HOP_SERVER_SHUTDOWNPORT
                          value: "8079"
                        - name: HOP_SHARED_JDBC_FOLDERS
                          value: /files/config/plugins/database_drivers
                        - name: HOP_LOG_LEVEL
                          value: "Minimal"
                        - name: HOP_LOG_LEVEL
                          value: "Minimal"
                      ingress:
                        enabled: false
                      persistence:
                        enabled: true
                        existingClaim: ${PVC_NAME}`
                      
2. trigger using Asynchronous Web Service:
curl -s -u admin:cluster 
"http://${SERVICE_NAME}.svc.cluster.local:80/hop/asyncRun/?service=hop-etl-test";

When I check the env variables on the pod I can clearly see the HOP_LOG_LEVEL = 
Minimal, but the logging is still on Basic. Any ideas how can I make it work 
with Minimal logging?

Thank you in advance :)

GitHub link: https://github.com/apache/hop/discussions/4844

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to