Log Bull is a log collection system with an emphasis on ease of use. It can be deployed via a .sh script, via Docker and via Docker Compose. The project is completely open source under the Apache 2.0 license.Log Bull is a log collection system with an emphasis on ease of use. It can be deployed via a .sh script, via Docker and via Docker Compose. The project is completely open source under the Apache 2.0 license.

ELK, Loki, and Graylog Were Overkill, So I built Log Bull

2025/10/16 23:31

For about five years, I have faced the task of collecting logs, typically from small to medium-sized codebases. Sending logs from code is not a problem: Java and Go have libraries for this practically out of the box. But deploying something to collect them is a headache. I understand that it's a solvable task (even before ChatGPT, and now even more so). Still, all logging systems are primarily geared toward the large enterprise world and its requirements, ~~r~~ather than small teams or single developers with a few sticks, glue, and a “yesterday” deadline.

Launching ELK is a challenge for me every time: a bunch of settings, a non-trivial deployment, and when I enter the UI, my eyes run wild from the tabs. With Loki and Graylog, it's a little easier, but there are still way more features than I need. At the same time, separating logs between projects and adding other users to the system so that they don't see anything they shouldn't, is not the most obvious process either.

So about a year ago, I decided to make my own log collection system. One that is as easy to use and launch as possible. It would be deployed on the server with a single command, without any configuration or unnecessary tabs in the interface. That's how Log Bull came about, and now it's open source: a log collection system for developers with mid-sized projects.

Table of contents:

  • About the project
  • How to deploy Log Bull?
  • How to send logs?
  • How to view logs?
  • Conclusion

About the project

Log Bull is a log collection system with an emphasis on ease of use (minimal configuration, minimal features, zero-config at startup). The project is completely open source under the Apache 2.0 license. My main priority was to create a solution that would allow a junior developer to easily figure out how to start the system, how to send logs to it, and how to view them in about 15 minutes.

Key features of the project:

  • Deployed with a single command via a .sh script or a Docker command.
  • You can create multiple isolated projects for collecting logs (and add users to them).
  • Extremely simple interface with minimal configuration, and no configuration required at all when starting (zero-config).
  • Libraries for Python, Java, Go, JavaScript (TS \ NodeJS), PHP, C#. Rust and Ruby are planned.
  • Free, open source and self-hosted.
  • No need to know LogQL, Kibana DSL or other query languages to search logs.

https://www.youtube.com/watch?v=8H8jF8nVzJE&embedable=true

The project is developed in Go and built on OpenSearch.

Project website - https://logbull.com

Project GitHub - https://github.com/logbull/logbull

P.S. If you find the project useful and have a GitHub account, please give it a star ⭐️. The first stars are hard to collect. I would be extremely grateful for your support!

How to deploy Log Bull?

There are three ways to deploy a project: via a .sh script (which I recommend), via Docker and via Docker Compose.

Method 1: Installation via script

The script will install Docker, place the project in the /opt/logbull folder, and configure autostart when the system is restarted. Installation command:

sudo apt-get install -y curl && \ sudo curl -sSL https://raw.githubusercontent.com/logbull/logbull/main/install-logbull.sh \ | sudo bash 

Method 2: Launch via Docker Compose

Create file docker-compose.yml with the following content:

services:   logbull:     container_name: logbull     image: logbull/logbull:latest     ports:       - "4005:4005"     volumes:       - ./logbull-data:/logbull-data     restart: unless-stopped     healthcheck:       test: ["CMD", "curl", "-f", "http://localhost:4005/api/v1/system/health"]       interval: 5s       timeout: 5s       retries: 30 

And run the command docker compose up -d. The system will start on port 4005.

Method 3: Launch via Docker command

Run the following command in the terminal (the system will also start on port 4005):

docker run -d \   --name logbull \   -p 4005:4005 \   -v ./logbull-data:/logbull-data \   --restart unless-stopped \   --health-cmd="curl -f http://localhost:4005/api/v1/system/health || exit 1" \   --health-interval=5s \   --health-retries=30 \   logbull/logbull:latest 

How to send logs?

I designed the project with convenience in mind, primarily for developers. That's why I created libraries for most popular development languages. I did this with the idea that Log Bull can be connected to any popular library as a processor without changing the current code base.

I highly recommend checking out the examples on the website, because there is an interactive panel for selecting a language:

Code examples picler

Let's take Python as an example. First, you need to install the library (although you can also send it via HTTP; there are examples for cURL):

pip install logbull 

Then send from code:

import time from logbull import LogBullLogger  # Initialize logger logger = LogBullLogger(     host="http://LOGBULL_HOST",     project_id="LOGBULL_PROJECT_ID", )  # Log messages (printed to console AND sent to LogBull) logger.info("User logged in successfully", fields={     "user_id": "12345",     "username": "john_doe",     "ip": "192.168.1.100" })  # With context session_logger = logger.with_context({     "session_id": "sess_abc123",     "user_id": "user_456" })  session_logger.info("Processing request", fields={     "action": "purchase" })  # Ensure all logs are sent before exiting logger.flush() time.sleep(5) 

How to view logs?

All logs are displayed immediately on the main screen. You can:

  • Reduce the size of messages (by cutting the line to ~50-100 characters).

  • Expand the list of sent fields (userid, orderid, etc.).

  • Click on a field and add it to the filter. Logs search with conditions:

    Logs search with conditions

    Regular logs view

    Viewing messages text only (you can cut extra fields):

You can also collect groups of conditions (for example, the message includes certain text, but excludes a specific server IP address).

Conclusion

I hope my log collection system will be useful to those developers who do not want or cannot (due to limited project resources) implement “heavyweight” solutions such as ELK. I am already using Log Bull in production projects, and everything is going well. I welcome feedback, suggestions for improvement, and issues on GitHub.

Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.
Share Insights

You May Also Like

Best Altcoins to Buy as XRP Defies Market at $2.62 – Here’s What Whales Are Accumulating

Best Altcoins to Buy as XRP Defies Market at $2.62 – Here’s What Whales Are Accumulating

What to Know: $XRP is holding $2.65 with critical support at $2.62 and resistance at $2.75. Experts predict a potential run to $3 if the key resistance level is broken. XRP ETF approval hopes and Fed rate cut fueling market optimism. Smart money is flowing into utility-focused presales ahead of altcoin season. $XRP is once again ignoring the broader market while Bitcoin and Ethereum decline red. Currently hovering above $2.65 with a cheeky 1.5% gain, $XRP didn’t get the memo that everyone else is having a bad time. According to crypto expert CRYPTOWZRD, $XRP needs to stay above the $2.62 support level, as breaking through the $2.75 resistance could lead to a surge toward $3. $XRP whales are accumulating at levels we haven’t seen before. While retail investors are doom-scrolling through red candles, smart money is quietly loading its position. Add in the potential XRP ETF approval and the Fed’s expected 25 basis point rate cut, and you’ve created a perfect storm brewing. If you’re not positioning yourself in the best altcoins to buy now, you might be late to the party. Again. While everyone’s watching $XRP test support levels with the focus of a hawk, let’s discuss three presale altcoins that could surge during this altcoin season. 1. Best Wallet Token ($BEST) – The Infrastructure Play Whales Are Quietly Loading Prioritize hardware support, swaps/bridges, EVM + non-EVM, and strong security (audits, phishing alerts, biometrics, social recovery/MPC). Skip custodial risk and outdated add-ons, choose speed, safety, and full control. Best Wallet is more than a wallet; it’s a comprehensive DeFi and NFT hub with a presale launchpad on the horizon. It speaks multi-chain fluently, which matters when altcoin season arrives and every chain comes to life. Remember juggling seven wallets last cycle? Yeah—Best Wallet turns that chaos into one clean, connected stack. Best Wallet token ($BEST) holders get exclusive access to early presale opportunities, reduced trading fees, and governance rights over which projects get featured on the platform. It’s a VIP pass to the hottest club filled with degens, and the bouncer is a smart contract. Currently in presale at $0.025865, the token has already raised over $16.7M from investors who clearly understand that infrastructure plays win in bull markets, including a $33K buy in just 10 hours ago. Early Best Wallet Token price predictions suggest significant upside as the platform scales and trading volume increases. When $XRP finally rips past $2.75 and sparks the altcoin feeding frenzy, you’ll want a wallet built for chaos. Best Wallet is that stack, multi-chain, fast, and battle-ready. Get in early, and you’re positioned if volumes explode at launch. Join Best Wallet token ($BEST) presale now. 2. Bitcoin Hyper ($HYPER) – The Layer 2 That Finally Makes Bitcoin Usable Bitcoin is painfully slow with just 3-7 transactions per second. We’ve all been there, waiting 30 minutes for a transaction to confirm while watching the crypto market move without you, like you’re stuck in traffic while everyone else is already at the party. Bitcoin Hyper ($HYPER) decided that wasn’t good enough and built a Layer 2 rollup for Bitcoin. Bitcoin Hyper fuses Solana’s SVM with Bitcoin’s battle-tested security. Think Bitcoin’s trust with Solana-level speed: near-instant finality, tiny fees, and the same hard security that made BTC the OG. The $HYPER token is currently in presale at $0.013185, and the project has already raised over $25.1M. Whale buys of $379.9K and $274K show that smart money is recognizing that Bitcoin needs scaling solutions and Bitcoin Hyper is actually delivering. Analysts are already eyeing Bitcoin Hyper price predictions that suggest significant upside post-launch. The tokenomics are refreshing, with 30% allocated to development, as it appears they genuinely want to build something. Novel concept in crypto, I know. The presale is structured in stages with price increases as it progresses, so early birds genuinely do get better entry points. Learn how to buy Bitcoin Hyper before the next price increase. Staking is available from day one, and with Bitcoin’s dominance likely to remain strong, regardless of what happens in the altcoin market, $HYPER offers a solid hedge that still provides sweet presale upside potential. Join Bitcoin Hyper ($HYPER) presale now. 3. DeepSnitch AI ($DSNT) – The Intelligence Edge That Separates Winners from Exit Liquidity Wouldn’t it be nice to know what the whales are doing before everyone else does? That’s exactly what DeepSnitch AI is building, and it’s about time someone did this properly. DeepSnitch combines artificial intelligence with blockchain surveillance tools to provide regular traders with the same insights that whales and institutions have been using for years. Five AI-powered tools analyze wallet movements, identify accumulation patterns, detect suspicious activity, and provide a heads-up when smart money is making moves. The DeepSnitch AI token ($DSNT) is currently in Stage 2 presale at just $0.02032, having raised over $476K. That’s dirt cheap for a project with actual utility that solves a real problem. When $XRP finally breaks through $2.75 and altcoin season goes nuclear, having DeepSnitch AI in your toolkit means you’ll see the next wave coming before most people realize there’s a wave at all. Read more about DeepSnitch AI ($DSNT). $XRP is testing support while whales stack sats and experts call for a potential run to $3. Whether you’re betting on $XRP to break through or hedging your bets with high-potential presales, position now or cry later. Best Wallet token gives you the infrastructure, Bitcoin Hyper gives you the Bitcoin upside with actual functionality, and DeepSnitch gives you the intelligence edge. If there was ever a time to position yourself for the next leg up, it’s probably now. Authored by Elena Bistreanu, NewsBTC — https://www.newsbtc.com/news/best-altcoins-buy-xrp-support-2-62
Share
NewsBTC2025/10/29 19:39
‘Dr. Quinn’ Co-Stars Jane Seymour And Joe Lando Reuniting In New Season Of ‘Harry Wild’

‘Dr. Quinn’ Co-Stars Jane Seymour And Joe Lando Reuniting In New Season Of ‘Harry Wild’

The post ‘Dr. Quinn’ Co-Stars Jane Seymour And Joe Lando Reuniting In New Season Of ‘Harry Wild’ appeared on BitcoinEthereumNews.com. Joe Lando and Janey Seymour in “Harry Wild.” Courtesy: AMC / Acorn Jane Seymour is getting her favorite frontier friend to join her in her latest series. In the mid-90s Seymour spent six seasons as Dr. Micheala Quinn on Dr. Quinn, Medicine Woman. During the run of the series, Dr. Quinn met, married, and started a family with local frontiersman Byron Sully, also known simply as Sully, played by Joe Lando. Now, the duo will once again be partnering up, but this time to solve crimes in Seymour’s latest show, Harry Wild. In the series, literature professor Harriet ‘Harry’ Wild found herself at crossroads, having difficulty adjusting to retirement. After a stint staying with her police detective son, Charlie, Harry begins to investigate crimes herself, now finding an unlikely new sleuthing partner, a teen who had mugged Harry. In the upcoming fifth season, now in production in Dublin, Ireland, Lando will join the cast, playing Pierce Kennedy, the new State Pathologist, who becomes a charming and handsome natural ally for Harry. Promotional portrait of British actress Jane Seymour (born Joyce Penelope Wilhelmina Frankenberg), as Dr. Michaela ‘Mike’ Quinn, and American actor Joe Lando, as Byron Sully, as they pose with horses for the made-for-tv movie ‘Dr. Quinn, Medicine Woman: the Movie,’ 1999. (Photo by Spike Nannarello/CBS Photo Archive/Getty Images) Getty Images Emmy-Award Winner Seymour also serves as executive producer on the series. The new season finds Harry and Fergus delving into the worlds of whiskey-making, theatre and musical-tattoos, chasing a gang of middle-aged lady burglars and working to deal with a murder close to home. Debuting in 2026, Harry Wild Season 5 will consist of six episodes. Ahead of the new season, a 2-part Harry Wild Special will debut exclusively on Acorn TV on Monday, November 24th. Source: https://www.forbes.com/sites/anneeaston/2025/09/17/dr-quinn-co-stars-jane-seymour-and-joe-lando-reuniting-in-new-season-of-harry-wild/
Share
BitcoinEthereumNews2025/09/18 07:05
The Top Altcoins to Buy Now: Digitap, SUI, XRP

The Top Altcoins to Buy Now: Digitap, SUI, XRP

Traders in 2025 are prioritizing altcoins with clear utility, verifiable liquidity, and less noise. They reward live products with growing TVL and volumes, and real payment use cases. Looking at the landscape, Digitap, SUI, and XRP stand out. Within that shift, the Digitap crypto banking application is moving from concept to deployed products, unifying fiat and crypto rails in one platform. SUI supports the scalable-L1 narrative with expanding DeFi. XRP remains tied to cross-border liquidity and now operates in a more predictable legal environment after the SEC case wrapped up in August 2025. But, tactically, Digitap looks best placed to claim the top altcoins to buy crown because it brings the model together in a single, consumer-ready banking app. Digitap: $TAP Presale Unleashes the First Omnibank Digitap is an omnibank that brings deposits, withdrawals, payments, transfers, and FX in fiat and crypto into one experience, with a compliance layer and multi-rail settlement. The architecture shows how the platform stitches together banking rails and public networks to support personal and business accounts with wallets, on/off-ramp, and cards. It’s built for everyday use by people and businesses. $TAP is an ERC-20 with a fixed 2 billion supply, a deflationary design with burns tied to transactions, fees, and events, and real utility economics including staking, VIP tiers, discounts, and governance. Today’s user pain is juggling separate banks, apps, and wallets. Digitap reduces that friction with integrated rails and cards to spend crypto or fiat balances without gymnastics, which typically boosts retention and product stickiness. Core features Unified account (consumer or business) for payments, transfers, FX, and multi-asset wallets Multi-rail settlement that combines traditional banking infrastructure with public blockchains for transfers and swaps Security and compliance layers designed for cross-border operations Digitap’s app is built, live, and ready to scale, with desktop plus App Store and Google Play versions offering deposits and withdrawals, FX, transfers, receiving, and virtual/physical cards, along with offshore account opening in the same dashboard. The ecosystem pairs staking (up to 124% APR) with a deflationary mechanism, including buyback & burn of 50% of app fee profits and early-unstake burns (staking penalties), reducing effective supply over time. SUI: Performance-First L1 with Rising DeFi Liquidity Sui is an L1 focused on parallelized execution and a smooth UX that has supported its DeFi growth since 2024. TVL first topped $2.5 billion on May 21, 2025, and stayed above $2.0 billion into late Q2. It has since set a new high above $2.6 billion, driven by protocols such as Suilend, NAVI, and Momentum. Where it can gain share: ongoing UX and finality improvements, plus continued DeFi integrations, can support liquidity retention. Key risks: competition from other L1s/L2s and the challenge of sustaining liquidity across cycles. The Mysticeti consensus upgrade cut transaction latency for owned objects from roughly 2.2s to ~400 ms, boosting DEX and lending responsiveness and reducing slippage risk during periods of volatility. XRP: Cross-Border Payments After the SEC Chapter XRP remains associated with payments and cross-border liquidity for B2B and institutional rails. The environment became more predictable after appeals in SEC vs. Ripple concluded, keeping the District Court’s final judgment intact and preserving the 2023 view that retail exchange sales aren’t securities. With litigation concluded and parameters clearer, partnerships and payments integrations may face fewer US legal uncertainties, though rules still vary by jurisdiction. Risks include uneven global regulation and competition from stablecoins and other liquidity rails. XRP is currently trading near $2.41, with a market cap of around $144.4 billion and more than 59 billion coins in circulation out of a 100 billion max supply. These levels indicate ample liquidity for executing orders across major pairs. Final Thoughts on the Best Altcoins to Buy Now SUI delivers liquidity metrics that align with near-term DeFi interest. XRP operates under a clearer post-appeals legal backdrop, reducing friction for payments partners and integrations. Tactically, $TAP sits at the top of the best altcoins to buy now because it differentiates on utility, unifying fiat and crypto in a payments-and-account app. Project Links: Buy Presale Telegram The post The Top Altcoins to Buy Now: Digitap, SUI, XRP appeared first on 36Crypto.
Share
Coinstats2025/10/29 18:25