logos

logos日志监控

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.huanghaoming
ArtifactId

ArtifactId

logos-spring-boot-starter
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

logos
logos日志监控
Project URL

Project URL

https://github.com/huanghaoming/logos-spring-boot-starter
Source Code Management

Source Code Management

http://github.com/huanghaoming/logos-spring-boot-starter/tree/master

Download logos-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.huanghaoming/logos-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.huanghaoming</groupId>
    <artifactId>logos-spring-boot-starter</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huanghaoming/logos-spring-boot-starter/
implementation 'com.github.huanghaoming:logos-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.github.huanghaoming/logos-spring-boot-starter/
implementation ("com.github.huanghaoming:logos-spring-boot-starter:1.0")
'com.github.huanghaoming:logos-spring-boot-starter:jar:1.0'
<dependency org="com.github.huanghaoming" name="logos-spring-boot-starter" rev="1.0">
  <artifact name="logos-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huanghaoming', module='logos-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.github.huanghaoming" % "logos-spring-boot-starter" % "1.0"
[com.github.huanghaoming/logos-spring-boot-starter "1.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-autoconfigure jar
commons-io : commons-io jar 2.8.0
org.springframework.boot : spring-boot-starter-test jar
org.springframework.boot : spring-boot-starter-websocket jar
cn.hutool : hutool-all jar 5.5.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.4

Project Modules

There are no modules declared in this project.

loges-spring-boot-starter

log日志前端显示 https://blog.csdn.net/zhanghui3239619/article/details/78608662

<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
    <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
    <property name="LOG_FILE"
              value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}spring.log}"/>
    <include resource="org/springframework/boot/logging/logback/file-appender.xml"/>
    <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>${CONSOLE_LOG_PATTERN}</pattern>
            <charset>utf8</charset>
        </encoder>
        <filter class="com.github.nntk.LogFilter"></filter>
    </appender>
    <root level="INFO">
        <appender-ref ref="FILE"/>
        <appender-ref ref="CONSOLE"/>
    </root>
</configuration>

Versions

Version
1.0