timber_rust 2.0.0

A high-performance, asynchronous logging library with support for Grafana Loki and AWS CloudWatch.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: "3.8"

services:
  loki:
    image: grafana/loki:latest
    container_name: loki
    ports:
      - "3100:3100"
    networks:
      - timber_rust

networks:
  timber_rust:
    driver: bridge