Skip to content

loraneo/json-log-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-log-formater

Simple json log formater

Payara micro and docker usage

mvn clean package

Dockerfile:


COPY lib/json-log-formater.jar  $PAYARA_PATH/json-log-formater.jar

CMD java $JAVA_OPTS \
	 	-Djava.util.logging.config.file=/opt/payara/logging.properties \
	 	-Dcontainer.hostname=$HOSTNAME \
	 	-cp "$PAYARA_PATH/payara-micro.jar:$PAYARA_PATH/json-log-formater.jar" json-logging\
	 	fish.payara.micro.PayaraMicro \
		--deploy /opt/payara/deployments/<some-war> \
		--logproperties /opt/payara/logging.properties

Releases

No releases published

Packages

No packages published

Languages