aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/core/StandaloneMain.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Turn on autoscaling in perfJon Bratseth2022-08-251-2/+0
* Set up logging in ApplicationLoader again.gjoranv2022-05-101-1/+0
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-0/+2
* Avoid using stdout for debug logging.Henning Baldersheim2022-04-201-8/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* 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