log cmd/gemma/main.go @ 5490:5f47eeea988d logging

age author description
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Sun, 28 Jun 2020 02:54:58 +0200 Sascha L. Teichmann Made setting of No Sniff headers for served files a reusable middleware.
Wed, 06 Nov 2019 18:00:50 +0100 Sascha L. Teichmann Set some nosniff http headers.
Fri, 13 Sep 2019 16:16:59 +0200 Bernhard Reiter server, docs: add overview comment for cmds
Mon, 05 Aug 2019 16:07:56 +0200 Sascha L. Teichmann Don't trap SIGKILL. This is handled by the OS. Found by staticcheck.
Fri, 02 Aug 2019 17:08:58 +0200 Sascha L. Teichmann Made 'golint' and 'staticcheck' happy with auth package.
Wed, 17 Jul 2019 11:26:36 +0200 Sascha L. Teichmann Bufferd kill signal channel to not miss signals if recieving code is not ready.
Mon, 13 May 2019 09:41:35 +0200 Sascha L. Teichmann Made logging of waht is registered to the scheduler and the import queue more deterministic.
Fri, 10 May 2019 17:58:49 +0200 Tom Gottfried Log file and linenumber
Wed, 24 Oct 2018 15:36:00 +0200 Sascha L. Teichmann Be more consistent with info/warn/error messages when logging.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Mon, 22 Oct 2018 17:16:02 +0200 Sascha L. Teichmann Wait with start of import queue until configuration is fully loaded. persistent-import-queue
Thu, 18 Oct 2018 18:37:19 +0200 Sascha L. Teichmann Started with endpoint for uploading sounding result and trigger respective import job.
Tue, 16 Oct 2018 14:59:32 +0200 Sascha L. Teichmann Started with import queue.
Tue, 02 Oct 2018 12:58:20 +0200 Sascha L. Teichmann Reconfiguring GeoServer is now queued async. geo-style
Sat, 29 Sep 2018 22:34:24 +0200 Sascha L. Teichmann Moved GeoServer configuration to own package. geo-style
Sat, 29 Sep 2018 22:24:31 +0200 Sascha L. Teichmann Increased the number of attempts to configure the GeoServer at startup to ten (was five).
Tue, 28 Aug 2018 14:34:13 +0200 Sascha L. Teichmann Break trying to configure GeoServer if it succeeds.
Tue, 28 Aug 2018 12:39:23 +0200 Sascha L. Teichmann Don't give up to configure GeoServer the first time.
Fri, 24 Aug 2018 14:25:05 +0200 Sascha L. Teichmann The connection pool is now only a session store. metamorph-for-all
Wed, 15 Aug 2018 17:30:50 +0200 Sascha L. Teichmann Moved project specific Go packages to new pkg folder.
Mon, 13 Aug 2018 13:41:08 +0200 Sascha L. Teichmann Configure GeoServer via REST-API. TODO: Configure layers.
Fri, 03 Aug 2018 15:46:05 +0200 Sascha L. Teichmann Use viper as config storage (I don't like it).
Thu, 26 Jul 2018 20:06:45 +0200 Sascha L. Teichmann main.go of gemma lost version tracking.
Tue, 24 Jul 2018 16:19:05 +0200 Sascha L. Teichmann Removed useless endpoint.
Sun, 22 Jul 2018 10:40:17 +0200 Sascha L. Teichmann Renamed cmd/tokenserver to cmd/gemma. base cmd/tokenserver/main.go@b38cdeec6aae