Skip to content

Instantly share code, notes, and snippets.

@tekk555
Last active December 26, 2015 16:59
Show Gist options
  • Save tekk555/7183653 to your computer and use it in GitHub Desktop.
Save tekk555/7183653 to your computer and use it in GitHub Desktop.
Log4Jのlog4j.propertiesをJavaのオプションで指定する
Windows
-Dlog4j.configuration=file:///c/user/log4j.properties
Linux
-Dlog4j.configuration=/home/user/log4j.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment