Sign inSign up

centralx/central-logging

By centralx

•Updated over 2 years ago

Logging in Central Studio

Image
0

192

centralx/central-logging repository overview

⁠Central Studio - Logging

⁠概述

  Central Studio 日志中心。

  查看文档[链接⁠]了解更多。

⁠镜像信息

  • 挂载点
    • /workspace/config:应用配置目录,应用会自动加载本目录下的 application.yaml、application.yml 配置文件
    • /workspace/logs:应用日志目录,存放应用的运行日志
    • /workspace/data: 应用数据目录,存放应用收集回来的数据信息
  • 监听端口
    • 3400

⁠使用镜像

⁠Docker Compose
version: "3"
services:      
  logging:
    image: centralx/central-logging:latest
    container_name: central-logging
    ports:
      - 3400:3400
    # JVM 调优
    command: ["-Xms512m", "-Xmx512m", "-XX:+UseG1GC"]
⁠Kubernetes

  如果需要使用 Kubernetes 部署本镜像,请参考 charts 说明[链接⁠]。

Tag summary

Content type

Image

Digest

sha256:fa8ed6dae…

Size

279.6 MB

Last updated

over 2 years ago

docker pull centralx/central-logging:1.0.x-SNAPSHOT