skip to Main Content

Maven is using wrong java version – CentOS

I am trying to build a maven project on centOS 8. I want maven to use Java version 15. When I run mvn package I get the following error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project systembrett-backend: Fatal error…

VIEW QUESTION

Configure promtail 2.0 to read the files .log – CentOS

Since I've updated to promtail 2.0, I'm unable to read the content of a log file in loki. config-promtail.yml server: http_listen_port: 9080 grpc_listen_port: 0 positions: filename: /tmp/positions.yaml clients: - url: http://192.168.1.103:3100/loki/api/v1/push scrape_configs: - job_name: manuallog static_configs: - targets: - 192.168.1.103…

VIEW QUESTION
Back To Top
Search