onlinePredictionConsoleLogging property

bool? onlinePredictionConsoleLogging
getter/setter pair

If true, online prediction nodes send stderr and stdout streams to Cloud Logging.

These can be more verbose than the standard access logs (see onlinePredictionLogging) and can incur higher cost. However, they are helpful for debugging. Note that [logs may incur a cost](/stackdriver/pricing), especially if your project receives prediction requests at a high QPS. Estimate your costs before enabling this option. Default is false.

Optional.

Implementation

core.bool? onlinePredictionConsoleLogging;