-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Maybe just prompt the user to add variables to their custom script. Otherwise, all golang programs may write data to curio.log
It has been observed on betterstack that some people's Lotus logs have been written to this file.
warp-speed-log-streaming/install.sh
Lines 77 to 82 in f044100
| sudo bash -c 'cat > /etc/profile.d/curio-logging.sh <<EOF | |
| # Curio logging configuration (added by warp-speed-log-streaming) | |
| export GOLOG_OUTPUT="file+stdout" | |
| export GOLOG_FILE="/var/log/curio/curio.log" | |
| export GOLOG_LOG_FMT="json" | |
| export GOLOG_LOG_LEVEL="info" |
Metadata
Metadata
Assignees
Labels
No labels