Specifies the format for trace messages in Go layer logging.
| Valid in: | SAS/ACCESS LIBNAME statement |
|---|---|
| Category: | Data Set Control |
| Default: | JSON |
| Interaction: | To use this option, you mut also set GO_ENABLE_LOGGING=YES. |
| Data source: | Google BigQuery |
| Note: | Support for this option was added in the January 2024 update for SAS 9.4M7 and in the February 2024 updates for SAS 9.4M8 and SAS Viya 3.5. |
| See: | GO_ENABLE_LOGGING= LIBNAME option, GO_LOG_FILE= LIBNAME option, GO_LOG_LEVEL= LIBNAME option |
Table of Contents
specifies single-line, compact JSON.
specifies multi-line, indented JSON.
specifies color terminal output
specifies *.log file style output.
specifies simple level and message format.
specifies message string only.
specifies structured logging of key-value pairs.