You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, while using latest auto instrumentation of go-agent, it is not showing agent logs after using env variables also.
Its a bug or i'm missing something? Because logs are important to implement the agent.
using this command to build agent and to inject in demo app:-
Agent-
make build
Demo App-
go build -toolexec "/Users/prakhar.saxena/Documents/skywalking-go/bin/skywalking-go-agent--darwin-arm64 -config /Users/prakhar.saxena/Documents/go-crud-app/skywalking.yaml" -a
Please suggest.
here are the env:-
export SW_AGENT_LOG_TRACING_ENABLE=true
export SW_AGENT_LOG_REPORTER_ENABLE=true
export SW_LOG_TYPE=auto
export SW_LOGGING_LEVEL=DEBUG
export SW_AGENT_DEBUG=true
@mrproliu can you please suggest how to configure agent logs as i'm already using all logs env shared in document.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, while using latest auto instrumentation of go-agent, it is not showing agent logs after using env variables also.
Its a bug or i'm missing something? Because logs are important to implement the agent.
using this command to build agent and to inject in demo app:-
Agent-
make build
Demo App-
go build -toolexec "/Users/prakhar.saxena/Documents/skywalking-go/bin/skywalking-go-agent--darwin-arm64 -config /Users/prakhar.saxena/Documents/go-crud-app/skywalking.yaml" -a
Please suggest.
here are the env:-
export SW_AGENT_LOG_TRACING_ENABLE=true
export SW_AGENT_LOG_REPORTER_ENABLE=true
export SW_LOG_TYPE=auto
export SW_LOGGING_LEVEL=DEBUG
export SW_AGENT_DEBUG=true
@mrproliu can you please suggest how to configure agent logs as i'm already using all logs env shared in document.
Beta Was this translation helpful? Give feedback.
All reactions