Sxnan commented on code in PR #569:
URL: https://github.com/apache/flink-agents/pull/569#discussion_r2944160294


##########
docs/content/docs/operations/configuration.md:
##########
@@ -123,9 +123,11 @@ In the following two cases, Flink Agents may not locate 
the corresponding config
 
 ### Core Options
 Here is the list of all built-in core configuration options.
+
 | Key                       | Default                    | Type                
  | Description                                                                 
                                                                                
                                                                                
                    |
 
|---------------------------|----------------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | `baseLogDir`              | (none)                     | String              
  | Base directory for file-based event logs. If not set, uses 
`java.io.tmpdir/flink-agents`.                                                  
                                                                                
                                     |
+| `prettyPrint`             | false                      | boolean             
  | Whether to enable pretty-printed JSON format for event logs. When set to 
`true`, each event is written as formatted multi-line JSON instead of JSONL 
(JSON Lines) format. {{< hint info >}}Note: enabling this option makes the log 
file no longer valid JSONL format.  {{< /hint >}} |

Review Comment:
   We also need to update the sentence in monitoring.md, where it says 
   
   > Each event is recorded in **JSON Lines (JSONL)** format, with one JSON 
object per line.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to