Skip to content

Variable obfuscation causes Lotus logs to be written to curio.log #4

@beck-8

Description

@beck-8

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions