Skip to content

Commit

Permalink
Merge pull request #20 from Traceableai/ENG-36756-use-enums
Browse files Browse the repository at this point in the history
ENG-36756: use enum
  • Loading branch information
kaushal02 committed Dec 21, 2023
2 parents 1983aa6 + 05443c8 commit 37e670d
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 119 deletions.
2 changes: 0 additions & 2 deletions ENV_VARS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Agents can be configured using environment variables:
| TA_API_DISCOVERY_ENABLED | |
| TA_SAMPLING_ENABLED | |
| TA_JAVAAGENT_IMPORT_JKS_CERTS | Set this flag to export certificates configured in JKS to libtraceable for making HTTPS connection to TPA. |
| TA_LOGGING_MODE | Logging mode. Allowed values are none, stdout, file. |
| TA_LOGGING_LEVEL | Logging level. Allowed values are trace, debug, info, warn, error, critical. |
| TA_LOGGING_LOG_FILE_MAX_FILES | Maximum number of log files to keep |
| TA_LOGGING_LOG_FILE_MAX_FILE_SIZE | Maximum file size of the log files. Default value is 10485760 (10MB). |
| TA_LOGGING_LOG_FILE_FILE_PATH | File path for the log file. Default value is /var/traceable/log/libtraceable.log |

0 comments on commit 37e670d

Please sign in to comment.