tf.keras.utils.disable_interactive_logging

Turn off interactive logging.

Compat aliases for migration

See Migration guide for more details.

`tf.compat.v1.keras.utils.disable_interactive_logging`

When interactive logging is disabled, Keras sends logs to absl.logging. This is the best option when using Keras in a non-interactive way, such as running a training or inference job on a server.