Skip to content

Releases: sriram-ponangi/file-monitoring

V0.0.1

03 Jan 20:54
Compare
Choose a tag to compare
  • Run the application using the command: java -jar file-monitoring-0.0.1.jar

  • You can also provide the following optional VM-Args to the above command:
    -Dmonitoring-events.config.yml.path=/c/Users/lenovo/Desktop/monitoring-config.yaml
    -Dchain.config.yml.path=/c/Users/lenovo/Desktop/chain-config.yaml
    -Dfile.monitoring.app.logs.path=/c/Users/lenovo/Desktop/logs
    -Dfile.monitoring.app.logs.level=info

  • The command to run the application with all the optional VM args:
    java -jar -Dchain.config.yml.path=/c/Users/lenovo/Desktop/chain-config.yaml -Dmonitoring-events.config.yml.path=/c/Users/lenovo/Desktop/monitoring-config.yaml -Dfile.monitoring.app.logs.path=/c/Users/lenovo/Desktop/logs -Dfile.monitoring.app.logs.level=info file-monitoring-0.0.1.jar