Gunnar Morling 2/10/2024

Filtering Process Output With tee

Read Original

The article explains how to use the Unix `tee` command with process substitution to capture the full stdout of a Java application for Kubernetes logging while simultaneously writing a filtered subset (e.g., only 'OutOfMemoryError' lines) to a separate log file. It details the command structure and includes a Java code example to illustrate the concept.

Filtering Process Output With tee

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser