sramazzina opened a new issue, #4981: URL: https://github.com/apache/hop/issues/4981
### Apache Hop version? 2.13.0-SNAPSHOT ### Java version? openjdk-17 ### Operating system Linux ### What happened? Looking into a server where we have Hop running, I found that the _<HOP_ROOT>/audit/hop-gui/project_ subdirectory was full of _*-open.event.json_ files. Anyone of these files contains a reference to an event that stated the fact that a project's file has been opened. Because of the following reasons: 1. Hop processes are run only by using hop-run.sh 2. The server doesn't have any GUI installed so hop-gui cannot be excuted at all I expected that subdirectory must be empty. In my opinion that events must be registered only when a project is opened from hop-gui and must never be registered in all other cases. Therefore we suppose this is a bug that must be analized ### Issue Priority Priority: 3 ### Issue Component Component: Hop Run -- 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]
