barius opened a new issue, #3422:
URL: https://github.com/apache/camel-k/issues/3422

   The use case is that I'm trying to log to different files in each pod on 
environment variable HOSTNAME. In application.properties :
   ```
   quarkus.log.file.enable=true
   quarkus.log.file.path=/log/log.test-logging.${HOSTNAME}
   ```
   Kamel does this expansion on `kamel run` and ${HOSTNAME} is resolved to my 
local machine rather than k8s pod name.
   
   Since Quarkus also provides property expression/expansion, could there be 
any method or thoughts to differentiate the two? e.g. changing prefix and 
postfix of "github.com/magiconair/properties" or add a switch to disable it?
   
   Regards :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to