GO_LOG_LEVEL= LIBNAME Statement Option

Specifies the logging level for Go layer logging.

Valid in: SAS/ACCESS LIBNAME statement
Category: Data Set Control
Default: INFO
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_FORMAT= LIBNAME option

Table of Contents

Syntax

GO_LOG_LEVEL=ERROR | WARN | INFO | TRACE

Required Arguments

ERROR

indicates that errors have occurred.

WARN

provides messages that identify potentially harmful situations.

INFO

provides information that highlights the progress of an application.

TRACE

produces the most detailed information about your application.

Details

SAS Technical Support typically requests the TRACE logging level.

Last updated: February 3, 2026