mcross1882 / LogAnalyzer

Log analyzer and summary builder written in Scala built for JVM projects
Apache License 2.0
0 stars 1 forks source link

Implement Home Environment Variable #11

Closed mcross1882 closed 10 years ago

mcross1882 commented 10 years ago

This now forces the installer/user to determine the applications home directory. Since this is OS dependent separating the logic seems like a wise choice that way we can just call System.getenv("LOGANALYZER_HOME") and guarantee the value or throw an exception saying it needs to be set.

In the future this will be added to the install script to eliminate the need for the user to set it manually.