alexmller opened a new issue, #5927:
URL: https://github.com/apache/hop/issues/5927

   ### What would you like to happen?
   
   Errors can sometimes be hard to spot in the Hop Gui Logging browser because 
logging output has no fixed format (#5923). An output like this with fixed font 
 would be favorable:
   
   ```
   2025/10/28 10:58:41 [BASIC]   Get rows from result.0 - Finished processing 
(I=0, O=0, R=146, W=292, U=0, E=0)
   2025/10/28 11:00:00 [WARNING] Get rows form result.0 - Something terrible 
happened (I made this up)
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 - Unexpected error
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 - 
org.apache.hop.core.exception.HopException: 
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 - The filename field 
'filename' could not be found.
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 - 
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 -    at 
org.apache.hop.pipeline.transforms.csvinput.CsvInput.getFilenamesFromPreviousTransforms(CsvInput.java:276)
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 -    at 
org.apache.hop.pipeline.transforms.csvinput.CsvInput.processRow(CsvInput.java:81)
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 -    at 
org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54)
   2025/10/28 10:58:41 [ERROR]   CSV file input.0 -    at 
java.base/java.lang.Thread.run(Thread.java:840)
   ```
   
   Logging output anywhere else should not be altered to ensure that no 
individual log parsing is affected.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
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