kafka-logger 0.1.0

A simple logger for sending logs to kafka
Documentation
1
2
3
4
5
6
7
8
9
10
FROM rust:latest 
RUN rustup default stable
RUN rustup update

RUN cargo install cargo-watch

RUN rustup target add x86_64-unknown-linux-musl
RUN apt-get update && apt-get install -y tini musl-tools

WORKDIR /app