Razer2015 / BRLogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battlefield 4 - BattleReport Logger

Work In Progress

Configurations

Environment variables

Variable name Required Default value Description
CHRONO_TIMEZONE No Europe/Helsinki Possible values: https://docs.rs/chrono-tz/latest/chrono_tz/enum.Tz.html
RCON_IP Yes Battlefield 4 server RCON IP
RCON_PORT Yes Battlefield 4 server RCON Port
RCON_PASSWORD Yes Battlefield 4 server RCON Password
DISCORD_WEBHOOK Yes Webhook URL you can create from Discord channel integrations page. If not given, the application will crash.
RUST_LOG No info Log level used for logging (error, warn, info, debug, trace).

Notes

About

License:GNU Affero General Public License v3.0


Languages

Language:Rust 99.3%Language:Dockerfile 0.7%