summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core/StandaloneMain.java
Commit message (Expand)AuthorAgeFilesLines
* setup signal catching before loading bundlesArne Juul2019-10-011-1/+1
* Terminate standalone container cleanly on SIGINT/control-CHåkon Hallingstad2019-01-271-4/+4
* remove unnecessary loggingHåkon Hallingstad2017-12-231-1/+0
* Move initial log to right after Vespa logging has been initializedHåkon Hallingstad2017-12-231-1/+2
* Revert "Revert "Log at JDisc process start and stop""Håkon Hallingstad2017-12-231-1/+4
* Revert "Log at JDisc process start and stop"Arne H Juul2017-12-231-4/+1
* Log at JDisc process start and stopHåkon Hallingstad2017-12-221-1/+4
* Error should also exit JDisc containerHåkon Hallingstad2017-12-081-1/+1
* Print exception since logging may not have been setupHåkon Hallingstad2017-11-141-0/+2
* Log exception from StandaloneMain as SEVERE.gjoranv2017-08-241-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* avoid sending info messages to stderrArne Juul2016-06-221-10/+11
* use CatchSigTerm from yoleanArne Juul2016-06-211-1/+1
* add main() for running without jsvc.Arne Juul2016-06-161-0/+71