whatisgithub

What is quarkus-logging-aliyun?

kekingcn/quarkus-logging-aliyun — explained in plain English

Analysis updated 2026-08-04 · repo last pushed 2020-09-17

2JavaAudience · developerComplexity · 2/5DormantSetup · moderate

In one sentence

A Quarkus extension that sends Java application logs to Alibaba Cloud's log service for centralized storage and searching. Just add it to your project, set your cloud credentials, and your logs flow to Alibaba's platform.

Mindmap

mindmap
  root((repo))
    What it does
      Sends logs to Alibaba Cloud
      Centralized log storage
      No manual integration code
    Tech stack
      Java
      Quarkus Framework
      Alibaba Cloud Log
    Configuration
      Cloud endpoint and credentials
      Project and log store names
      Log level control
      Runtime overrides
    Use cases
      Microservice log aggregation
      Production troubleshooting
      Centralized cloud dashboard
    Audience
      Quarkus and Alibaba teams
      Microservice developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Funnel logs from multiple Quarkus microservices into one searchable Alibaba Cloud log dashboard.

USE CASE 2

Adjust log levels in production without rebuilding by overriding settings at runtime.

USE CASE 3

Send only warnings and errors to Alibaba Cloud to reduce log storage costs.

What is it built with?

JavaQuarkusAlibaba Cloud Log Service

How does it compare?

kekingcn/quarkus-logging-aliyunabhishek-kumar09/practice-questionsdavorpa/musical-surveyor-springboot-api
Stars222
LanguageJavaJavaJava
Last pushed2020-09-172021-07-252023-09-25
MaintenanceDormantDormantDormant
Setup difficultymoderateeasymoderate
Complexity2/51/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an Alibaba Cloud account with valid access credentials, an endpoint, and a configured log project and log store.

The license is not mentioned in the explanation, so usage rights are unknown.

So what is it?

quarkus-logging-aliyun is a plug-in for Java applications built with the Quarkus framework that sends their log messages to Alibaba Cloud's log service (Aliyun Log). Instead of your app's logs sitting on a single server where they're hard to search and easy to lose, this extension pipes them to Alibaba's cloud platform for centralized storage and searching. To use it, a developer adds the extension to their project and fills in a handful of configuration settings in their app's properties file. Those settings include the Alibaba Cloud endpoint, access credentials, a project name, a log store name, and an optional topic. There's also a toggle to turn the whole thing on or off, and a setting to control the log level, so you can choose to send only warnings and errors, or also lower-level info messages. The audience here is teams already using Quarkus and Alibaba Cloud together. For example, a startup running several microservices on Alibaba's infrastructure could use this to funnel every service's logs into one searchable cloud dashboard, making it easier to troubleshoot problems across the whole system. The extension handles the connection to Alibaba's log producer library behind the scenes, so developers don't need to write that integration code themselves. The README is fairly sparse beyond the configuration table. It lists every setting with its type and default value but doesn't go into detail on topics like error handling, batching behavior, or performance characteristics. The configuration values are overridable at runtime, which means you can change log settings without rebuilding the application, a useful feature for adjusting log levels on the fly in production. The extension defaults to off, so it won't start sending logs anywhere until you explicitly enable it and provide valid Alibaba Cloud credentials.

Copy-paste prompts

Prompt 1
Show me how to add quarkus-logging-aliyun to my Quarkus project and configure it to send logs to Alibaba Cloud with my endpoint, credentials, and log store name.
Prompt 2
Help me set up application.properties for quarkus-logging-aliyun so that only warnings and errors are sent to Alibaba Cloud Log Service.
Prompt 3
I have multiple Quarkus microservices running on Alibaba Cloud. Walk me through configuring each one to send logs to the same Alibaba Cloud log store for centralized troubleshooting.

Frequently asked questions

What is quarkus-logging-aliyun?

A Quarkus extension that sends Java application logs to Alibaba Cloud's log service for centralized storage and searching. Just add it to your project, set your cloud credentials, and your logs flow to Alibaba's platform.

What language is quarkus-logging-aliyun written in?

Mainly Java. The stack also includes Java, Quarkus, Alibaba Cloud Log Service.

Is quarkus-logging-aliyun actively maintained?

Dormant — no commits in 2+ years (last push 2020-09-17).

What license does quarkus-logging-aliyun use?

The license is not mentioned in the explanation, so usage rights are unknown.

How hard is quarkus-logging-aliyun to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is quarkus-logging-aliyun for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.