Logging
This guide describes how to update logging preferences in Curio.
Log file configuration
Redirect Go logs to a file
export GOLOG_OUTPUT=FILE >> ~/.bashrc
export GOLOG_FILE="$HOME/curio.log" >> ~/.bashrc && source ~/.bashrcRedirect Rust logs to a standard output
export RUST_LOG=info >> /etc/curio.env
systemctl restart curio.serviceexport RUST_LOG=info >> ~/.bashrc && source ~/.bashrcChange logging verbosity
Last updated