Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
01-17-2018 09:03 AM
Is there a configuration parameter to enable verbose logging for the Golang agent ?
David
Solved! Go to Solution.
01-18-2018 12:57 AM
Hi David,
I found this parameters in the Golang documentation which you can use.
https://docs.appdynamics.com/display/PRO44/Go+Agent+SDK+Reference
Logging – Logging settings for the controller. This struct is defined as:
const ( APPD_LOG_LEVEL_DEFAULT LogLevel = iota APPD_LOG_LEVEL_TRACE APPD_LOG_LEVEL_DEBUG APPD_LOG_LEVEL_INFO APPD_LOG_LEVEL_WARN APPD_LOG_LEVEL_ERROR APPD_LOG_LEVEL_FATAL ) type LoggingConfig struct { BaseDir string MinimumLevel LogLevel MaxNumFiles uint MaxFileSizeBytes uint } |
01-18-2018 10:06 AM
Code please.
^^^ in other words, can you provide a working Golang code example?
01-22-2018 03:30 AM
Hi David,
Have attached a simple code which created few BTs and logs complete trace info in the logs which reside in the default path.
Please note that this code is only for your reference.
Thanks,
Sajna Sreenivasan
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form