Filtering Process Output With tee
Read OriginalThe 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.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser