--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
After several months, I refreshed from the master git branch and
rebuilt. When I started it up, a directory was created in bin named
"${sys:app.home}". I did a bit of digging, and saw that app.home was
set in run.sh and james-cli.sh. But when I do "james start" that
variable is not set, and the logs folder is buried inside the bin
folder. I may have accidentally overwritten an updated config file when
I was merging my existing conf files into the new build. But I can't
find where. For now, I've hardcoded the app.start path into log4J2 to
get my logs back in the log folder. But I'm curious where app.start is
supposed to be set for the "james start" way of starting up.
