Client-side logs

PostgreSQL

Расположение логов
/var/log/postgresql/postgresql-15-main.log

HAProxy

Расположение логов
/var/log/haproxy/haproxy.log

Keycloak

By default, Keycloak does not log.

To enable logging, the Keycloak service must be given the appropriate parameters. One way is to correct the service unit file in systemd (Path - /lib/systemd/system/keycloak.service):

systemd
[Unit]
Description=Keycloak

[Service]
EnvironmentFile=/opt/keycloak-21.1.1/conf/keycloak.env.conf
ExecStart=/opt/keycloak-21.1.1/bin/kc.sh start --log=file --log-level=DEBUG --log-file="/var/log/keycloak/keycloak.log"

[Install]
WantedBy=multi-user.target

After the changes, you must create a folder for Keycloak logs.

Restart the service with the following commands:

# systemctl daemon-reload
# systemctl restart keycloak

Nginx

Расположение логов
/var/log/nginx/

Nexus

Расположение логов
/opt/sonatype-work/nexus3/log/

Rabbit

Расположение логов
/var/log/rabbitmq/

Elastic

Расположение логов
/var/log/elasticsearch/

Logstash

Расположение логов
/var/log/logstash/

Kibana

Расположение логов
/var/log/kibana/kibana.log

WildFly

The location of the logs depends on how wildfly works:

Storageapi

Расположение логов
/opt/de-storageapi/logs/

Robin assistant

Расположение дирректории логов
/opt/robin-assistant/logs/
  • Нет меток