time="2021-09-24T06:41:24Z" level=debug msg="config: running on “Intel(R) Core(TM) i5-9400T CPU @ 1.80GHz”, 34 GB memory detected" time="2021-09-24T06:41:24Z" level=debug msg="config: settings loaded from /go/src/github.com/photoprism/photoprism/storage/acceptance/config/settings.yml " time="2021-09-24T06:41:24Z" level=debug msg="restore: album yaml files disabled" [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode) time="2021-09-24T06:41:24Z" level=info msg="http: enabling gzip compression" [GIN-debug] Loaded HTML Templates (8): - minimal.tmpl - rainbow.tmpl - share.tmpl - - app.tmpl - favicons.tmpl - index.tmpl - manifest.json [GIN-debug] GET /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (4 handlers) [GIN-debug] HEAD /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (4 handlers) [GIN-debug] GET /favicon.ico --> github.com/gin-gonic/gin.(*RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] HEAD /favicon.ico --> github.com/gin-gonic/gin.(*RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] GET /manifest.json --> github.com/photoprism/photoprism/internal/server.registerRoutes.func1 (4 handlers) [GIN-debug] GET /sw.js --> github.com/photoprism/photoprism/internal/server.registerRoutes.func2 (4 handlers) [GIN-debug] GET /rainbow --> github.com/photoprism/photoprism/internal/server.registerRoutes.func3 (4 handlers) [GIN-debug] GET /api/v1/config --> github.com/photoprism/photoprism/internal/api.GetConfig.func1 (4 handlers) [GIN-debug] GET /api/v1/config/options --> github.com/photoprism/photoprism/internal/api.GetConfigOptions.func1 (4 handlers) [GIN-debug] POST /api/v1/config/options --> github.com/photoprism/photoprism/internal/api.SaveConfigOptions.func1 (4 handlers) [GIN-debug] GET /api/v1/settings --> github.com/photoprism/photoprism/internal/api.GetSettings.func1 (4 handlers) [GIN-debug] POST /api/v1/settings --> github.com/photoprism/photoprism/internal/api.SaveSettings.func1 (4 handlers) [GIN-debug] PUT /api/v1/users/:uid/password --> github.com/photoprism/photoprism/internal/api.ChangePassword.func1 (4 handlers) [GIN-debug] POST /api/v1/session --> github.com/photoprism/photoprism/internal/api.CreateSession.func1 (4 handlers) [GIN-debug] DELETE /api/v1/session/:id --> github.com/photoprism/photoprism/internal/api.DeleteSession.func1 (4 handlers) [GIN-debug] GET /api/v1/accounts --> github.com/photoprism/photoprism/internal/api.SearchAccounts.func1 (4 handlers) [GIN-debug] GET /api/v1/accounts/:id --> github.com/photoprism/photoprism/internal/api.GetAccount.func1 (4 handlers) [GIN-debug] GET /api/v1/accounts/:id/folders --> github.com/photoprism/photoprism/internal/api.GetAccountFolders.func1 (4 handlers) [GIN-debug] POST /api/v1/accounts/:id/share --> github.com/photoprism/photoprism/internal/api.ShareWithAccount.func1 (4 handlers) [GIN-debug] POST /api/v1/accounts --> github.com/photoprism/photoprism/internal/api.CreateAccount.func1 (4 handlers) [GIN-debug] DELETE /api/v1/accounts/:id --> github.com/photoprism/photoprism/internal/api.DeleteAccount.func1 (4 handlers) [GIN-debug] PUT /api/v1/accounts/:id --> github.com/photoprism/photoprism/internal/api.UpdateAccount.func1 (4 handlers) [GIN-debug] GET /api/v1/t/:thumb/:token/:size --> github.com/photoprism/photoprism/internal/api.GetThumb.func1 (4 handlers) [GIN-debug] GET /api/v1/dl/:hash --> github.com/photoprism/photoprism/internal/api.GetDownload.func1 (4 handlers) [GIN-debug] GET /api/v1/videos/:hash/:token/:type --> github.com/photoprism/photoprism/internal/api.GetVideo.func1 (4 handlers) [GIN-debug] POST /api/v1/zip --> github.com/photoprism/photoprism/internal/api.CreateZip.func1 (4 handlers) [GIN-debug] GET /api/v1/zip/:filename --> github.com/photoprism/photoprism/internal/api.DownloadZip.func1 (4 handlers) [GIN-debug] GET /api/v1/photos --> github.com/photoprism/photoprism/internal/api.SearchPhotos.func1 (4 handlers) [GIN-debug] GET /api/v1/geo --> github.com/photoprism/photoprism/internal/api.SearchPhotosGeo.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid --> github.com/photoprism/photoprism/internal/api.GetPhoto.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid/yaml --> github.com/photoprism/photoprism/internal/api.GetPhotoYaml.func1 (4 handlers) [GIN-debug] PUT /api/v1/photos/:uid --> github.com/photoprism/photoprism/internal/api.UpdatePhoto.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid/dl --> github.com/photoprism/photoprism/internal/api.GetPhotoDownload.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid/links --> github.com/photoprism/photoprism/internal/api.GetPhotoLinks.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/links --> github.com/photoprism/photoprism/internal/api.CreatePhotoLink.func1 (4 handlers) [GIN-debug] PUT /api/v1/photos/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.UpdatePhotoLink.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.DeletePhotoLink.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/approve --> github.com/photoprism/photoprism/internal/api.ApprovePhoto.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/like --> github.com/photoprism/photoprism/internal/api.LikePhoto.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikePhoto.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/label --> github.com/photoprism/photoprism/internal/api.AddPhotoLabel.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/label/:id --> github.com/photoprism/photoprism/internal/api.RemovePhotoLabel.func1 (4 handlers) [GIN-debug] PUT /api/v1/photos/:uid/label/:id --> github.com/photoprism/photoprism/internal/api.UpdatePhotoLabel.func1 (4 handlers) [GIN-debug] GET /api/v1/moments/time --> github.com/photoprism/photoprism/internal/api.GetMomentsTime.func1 (4 handlers) [GIN-debug] GET /api/v1/files/:hash --> github.com/photoprism/photoprism/internal/api.GetFile.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/files/:file_uid --> github.com/photoprism/photoprism/internal/api.DeleteFile.func1 (4 handlers) [GIN-debug] PUT /api/v1/markers/:marker_uid --> github.com/photoprism/photoprism/internal/api.UpdateMarker.func1 (4 handlers) [GIN-debug] DELETE /api/v1/markers/:marker_uid/subject --> github.com/photoprism/photoprism/internal/api.ClearMarkerSubject.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/files/:file_uid/primary --> github.com/photoprism/photoprism/internal/api.PhotoPrimary.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/files/:file_uid/unstack --> github.com/photoprism/photoprism/internal/api.PhotoUnstack.func1 (4 handlers) [GIN-debug] GET /api/v1/albums --> github.com/photoprism/photoprism/internal/api.SearchAlbums.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid --> github.com/photoprism/photoprism/internal/api.GetAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid/t/:token/:size --> github.com/photoprism/photoprism/internal/api.AlbumCover.func1 (4 handlers) [GIN-debug] POST /api/v1/albums --> github.com/photoprism/photoprism/internal/api.CreateAlbum.func1 (4 handlers) [GIN-debug] PUT /api/v1/albums/:uid --> github.com/photoprism/photoprism/internal/api.UpdateAlbum.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid --> github.com/photoprism/photoprism/internal/api.DeleteAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid/dl --> github.com/photoprism/photoprism/internal/api.DownloadAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid/links --> github.com/photoprism/photoprism/internal/api.GetAlbumLinks.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/links --> github.com/photoprism/photoprism/internal/api.CreateAlbumLink.func1 (4 handlers) [GIN-debug] PUT /api/v1/albums/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.UpdateAlbumLink.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.DeleteAlbumLink.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/like --> github.com/photoprism/photoprism/internal/api.LikeAlbum.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikeAlbum.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/clone --> github.com/photoprism/photoprism/internal/api.CloneAlbums.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/photos --> github.com/photoprism/photoprism/internal/api.AddPhotosToAlbum.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid/photos --> github.com/photoprism/photoprism/internal/api.RemovePhotosFromAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/labels --> github.com/photoprism/photoprism/internal/api.SearchLabels.func1 (4 handlers) [GIN-debug] GET /api/v1/labels/:uid/t/:token/:size --> github.com/photoprism/photoprism/internal/api.LabelCover.func1 (4 handlers) [GIN-debug] PUT /api/v1/labels/:uid --> github.com/photoprism/photoprism/internal/api.UpdateLabel.func1 (4 handlers) [GIN-debug] GET /api/v1/labels/:uid/links --> github.com/photoprism/photoprism/internal/api.GetLabelLinks.func1 (4 handlers) [GIN-debug] POST /api/v1/labels/:uid/links --> github.com/photoprism/photoprism/internal/api.CreateLabelLink.func1 (4 handlers) [GIN-debug] PUT /api/v1/labels/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.UpdateLabelLink.func1 (4 handlers) [GIN-debug] DELETE /api/v1/labels/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.DeleteLabelLink.func1 (4 handlers) [GIN-debug] POST /api/v1/labels/:uid/like --> github.com/photoprism/photoprism/internal/api.LikeLabel.func1 (4 handlers) [GIN-debug] DELETE /api/v1/labels/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikeLabel.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/t/:uid/:token/:size --> github.com/photoprism/photoprism/internal/api.FolderCover.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/originals --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/originals/*path --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/import --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/import/*path --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/subjects --> github.com/photoprism/photoprism/internal/api.SearchSubjects.func1 (4 handlers) [GIN-debug] GET /api/v1/subjects/:uid --> github.com/photoprism/photoprism/internal/api.GetSubject.func1 (4 handlers) [GIN-debug] PUT /api/v1/subjects/:uid --> github.com/photoprism/photoprism/internal/api.UpdateSubject.func1 (4 handlers) [GIN-debug] POST /api/v1/subjects/:uid/like --> github.com/photoprism/photoprism/internal/api.LikeSubject.func1 (4 handlers) [GIN-debug] DELETE /api/v1/subjects/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikeSubject.func1 (4 handlers) [GIN-debug] GET /api/v1/faces --> github.com/photoprism/photoprism/internal/api.SearchFaces.func1 (4 handlers) [GIN-debug] GET /api/v1/faces/:id --> github.com/photoprism/photoprism/internal/api.GetFace.func1 (4 handlers) [GIN-debug] PUT /api/v1/faces/:id --> github.com/photoprism/photoprism/internal/api.UpdateFace.func1 (4 handlers) [GIN-debug] POST /api/v1/upload/:path --> github.com/photoprism/photoprism/internal/api.Upload.func1 (4 handlers) [GIN-debug] POST /api/v1/import/*path --> github.com/photoprism/photoprism/internal/api.StartImport.func1 (4 handlers) [GIN-debug] DELETE /api/v1/import --> github.com/photoprism/photoprism/internal/api.CancelImport.func1 (4 handlers) [GIN-debug] POST /api/v1/index --> github.com/photoprism/photoprism/internal/api.StartIndexing.func1 (4 handlers) [GIN-debug] DELETE /api/v1/index --> github.com/photoprism/photoprism/internal/api.CancelIndexing.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/approve --> github.com/photoprism/photoprism/internal/api.BatchPhotosApprove.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/archive --> github.com/photoprism/photoprism/internal/api.BatchPhotosArchive.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/restore --> github.com/photoprism/photoprism/internal/api.BatchPhotosRestore.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/private --> github.com/photoprism/photoprism/internal/api.BatchPhotosPrivate.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/delete --> github.com/photoprism/photoprism/internal/api.BatchPhotosDelete.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/albums/delete --> github.com/photoprism/photoprism/internal/api.BatchAlbumsDelete.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/labels/delete --> github.com/photoprism/photoprism/internal/api.BatchLabelsDelete.func1 (4 handlers) [GIN-debug] GET /api/v1/svg/photo --> github.com/photoprism/photoprism/internal/api.GetSvg.func1 (4 handlers) [GIN-debug] GET /api/v1/svg/raw --> github.com/photoprism/photoprism/internal/api.GetSvg.func2 (4 handlers) [GIN-debug] GET /api/v1/svg/file --> github.com/photoprism/photoprism/internal/api.GetSvg.func3 (4 handlers) [GIN-debug] GET /api/v1/svg/video --> github.com/photoprism/photoprism/internal/api.GetSvg.func4 (4 handlers) [GIN-debug] GET /api/v1/svg/label --> github.com/photoprism/photoprism/internal/api.GetSvg.func5 (4 handlers) [GIN-debug] GET /api/v1/svg/portrait --> github.com/photoprism/photoprism/internal/api.GetSvg.func6 (4 handlers) [GIN-debug] GET /api/v1/svg/folder --> github.com/photoprism/photoprism/internal/api.GetSvg.func7 (4 handlers) [GIN-debug] GET /api/v1/svg/album --> github.com/photoprism/photoprism/internal/api.GetSvg.func8 (4 handlers) [GIN-debug] GET /api/v1/svg/broken --> github.com/photoprism/photoprism/internal/api.GetSvg.func9 (4 handlers) [GIN-debug] GET /api/v1/svg/uncached --> github.com/photoprism/photoprism/internal/api.GetSvg.func10 (4 handlers) [GIN-debug] GET /api/v1/status --> github.com/photoprism/photoprism/internal/api.GetStatus.func1 (4 handlers) [GIN-debug] GET /api/v1/errors --> github.com/photoprism/photoprism/internal/api.GetErrors.func1 (4 handlers) [GIN-debug] POST /api/v1/feedback --> github.com/photoprism/photoprism/internal/api.SendFeedback.func1 (4 handlers) [GIN-debug] GET /api/v1/ws --> github.com/photoprism/photoprism/internal/api.Websocket.func1 (4 handlers) [GIN-debug] GET /s/:token --> github.com/photoprism/photoprism/internal/api.Shares.func1 (4 handlers) [GIN-debug] GET /s/:token/:share --> github.com/photoprism/photoprism/internal/api.Shares.func2 (4 handlers) [GIN-debug] GET /s/:token/:share/preview --> github.com/photoprism/photoprism/internal/api.SharePreview.func1 (4 handlers) [GIN-debug] HEAD /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] GET /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PUT /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] POST /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PATCH /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] DELETE /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] OPTIONS /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MKCOL /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] COPY /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MOVE /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] LOCK /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] UNLOCK /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPFIND /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPPATCH /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) time="2021-09-24T06:41:24Z" level=info msg="webdav: /originals/ enabled, waiting for requests" [GIN-debug] HEAD /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] GET /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PUT /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] POST /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PATCH /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] DELETE /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] OPTIONS /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MKCOL /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] COPY /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MOVE /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] LOCK /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] UNLOCK /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPFIND /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPPATCH /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) time="2021-09-24T06:41:24Z" level=info msg="webdav: /import/ enabled, waiting for requests" time="2021-09-24T06:41:24Z" level=info msg="http: starting web server at 0.0.0.0:2343" time="2021-09-24T06:41:28Z" level=debug msg="http: GET /browse (200) [5.105375ms]" time="2021-09-24T06:41:28Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [12.46074ms]" time="2021-09-24T06:41:29Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [107.403503ms]" time="2021-09-24T06:41:31Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.499409ms]" time="2021-09-24T06:41:34Z" level=debug msg="http: GET /browse (200) [2.19245ms]" time="2021-09-24T06:41:34Z" level=debug msg="http: GET /api/v1/ws (200) [3.628763773s]" time="2021-09-24T06:41:34Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.804585ms]" time="2021-09-24T06:41:34Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [106.054529ms]" time="2021-09-24T06:41:35Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.59285ms]" time="2021-09-24T06:41:39Z" level=debug msg="http: GET /browse (200) [2.496506ms]" time="2021-09-24T06:41:39Z" level=debug msg="http: GET /api/v1/ws (200) [4.597086553s]" time="2021-09-24T06:41:39Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.910602ms]" time="2021-09-24T06:41:39Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.659673ms]" time="2021-09-24T06:41:40Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.346426ms]" time="2021-09-24T06:41:44Z" level=debug msg="http: GET /browse (200) [4.713628ms]" time="2021-09-24T06:41:44Z" level=debug msg="http: GET /api/v1/ws (200) [4.656808901s]" time="2021-09-24T06:41:44Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.762627ms]" time="2021-09-24T06:41:44Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.498027ms]" time="2021-09-24T06:41:45Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.364784ms]" time="2021-09-24T06:41:45Z" level=debug msg="http: GET /browse (200) [7.293936ms]" time="2021-09-24T06:41:45Z" level=debug msg="http: GET /api/v1/ws (200) [651.807217ms]" time="2021-09-24T06:41:54Z" level=debug msg="session: created" time="2021-09-24T06:41:54Z" level=debug msg="http: POST /api/v1/session (200) [1.071855015s]" time="2021-09-24T06:41:54Z" level=debug msg="http: GET /static/img/logo-avatar.svg (200) [325.314µs]" time="2021-09-24T06:41:54Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.618546ms]" time="2021-09-24T06:41:54Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.90454ms]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/ecae30ee/tile_500 (200) [240.188µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/ecae30ee/tile_500 (200) [151.727µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/ecae30ee/tile_500 (200) [254.462µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/ecae30ee/tile_500 (200) [194.291µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/ecae30ee/tile_500 (200) [158.794µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/ecae30ee/tile_500 (200) [141.939µs]" time="2021-09-24T06:41:55Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.811052ms]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/ecae30ee/tile_500 (200) [241.881µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/ecae30ee/tile_500 (200) [154.584µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/ecae30ee/tile_500 (200) [131.958µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/ecae30ee/tile_500 (200) [178.497µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/ecae30ee/tile_500 (200) [143.886µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [17.862793ms]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/ecae30ee/tile_500 (200) [189.396µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/ecae30ee/tile_500 (200) [1.57561ms]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/ecae30ee/tile_500 (200) [209.023µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/ecae30ee/tile_500 (200) [201.876µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/ecae30ee/tile_500 (200) [4.553716ms]" time="2021-09-24T06:41:55Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [25.02151ms]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/ecae30ee/tile_500 (200) [333.152µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/ecae30ee/tile_500 (200) [258.605µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/ecae30ee/tile_500 (200) [173.996µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/ecae30ee/tile_500 (200) [170.899µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/ecae30ee/tile_500 (200) [349.703µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/ecae30ee/tile_500 (200) [176.974µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/ecae30ee/tile_500 (200) [109.573µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/ecae30ee/tile_500 (200) [162.805µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/ecae30ee/tile_500 (200) [151.113µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/ecae30ee/tile_500 (200) [142.61µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [56.401786ms]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/ecae30ee/tile_500 (200) [126.534µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/ecae30ee/tile_500 (200) [180.31µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/ecae30ee/tile_500 (200) [143.855µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/ecae30ee/tile_500 (200) [135.077µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/ecae30ee/tile_500 (200) [137.856µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/ecae30ee/tile_500 (200) [385.273µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/ecae30ee/tile_500 (200) [156.255µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/ecae30ee/tile_500 (200) [182.402µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/ecae30ee/tile_500 (200) [133.077µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/ecae30ee/tile_500 (200) [181.772µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/ecae30ee/tile_500 (200) [119.17µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/ecae30ee/tile_500 (200) [200.682µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/ecae30ee/tile_500 (200) [138.662µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/ecae30ee/tile_500 (200) [153.172µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/ecae30ee/tile_500 (200) [148.435µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/ecae30ee/tile_500 (200) [133.513µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/ecae30ee/tile_500 (200) [116.134µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/ecae30ee/tile_500 (200) [132.204µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/ecae30ee/tile_500 (200) [117.818µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/ecae30ee/tile_500 (200) [99.506µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/ecae30ee/tile_500 (200) [134.297µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/ecae30ee/tile_500 (200) [108.522µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/ecae30ee/tile_500 (200) [128.325µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/ecae30ee/tile_500 (200) [126.205µs]" time="2021-09-24T06:41:55Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/ecae30ee/tile_500 (200) [132.429µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/ecae30ee/tile_500 (200) [196.443µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/ecae30ee/tile_500 (200) [147.418µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/ecae30ee/tile_500 (200) [118.648µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/ecae30ee/tile_500 (200) [149.62µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/ecae30ee/tile_500 (200) [150.683µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/ecae30ee/tile_500 (200) [153.974µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/ecae30ee/tile_500 (200) [2.024297ms]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/ecae30ee/tile_500 (200) [132.064µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/ecae30ee/tile_500 (200) [124.142µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/ecae30ee/tile_500 (200) [124.245µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/ecae30ee/tile_500 (200) [116.228µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/ecae30ee/tile_500 (200) [164.824µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/ecae30ee/tile_500 (200) [116.455µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/ecae30ee/tile_500 (200) [133.969µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/ecae30ee/tile_500 (200) [138.208µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/ecae30ee/tile_500 (200) [110.095µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/ecae30ee/tile_500 (200) [149.869µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/ecae30ee/tile_500 (200) [105.168µs]" time="2021-09-24T06:41:56Z" level=debug msg="session: deleted" time="2021-09-24T06:41:56Z" level=debug msg="http: DELETE /api/v1/session/1e6680817499e189ff2b0ab259df364a06c70e0a8e762ac7 (200) [379.77µs]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET / (200) [2.019129ms]" time="2021-09-24T06:41:56Z" level=debug msg="http: GET /api/v1/ws (200) [10.931866768s]" time="2021-09-24T06:42:03Z" level=debug msg="http: GET /settings (200) [2.264438ms]" time="2021-09-24T06:42:03Z" level=debug msg="http: GET /api/v1/ws (200) [6.228660925s]" time="2021-09-24T06:42:09Z" level=debug msg="http: GET /browse (200) [6.583107ms]" time="2021-09-24T06:42:09Z" level=debug msg="http: GET /api/v1/ws (200) [6.24084989s]" time="2021-09-24T06:42:09Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.925159ms]" time="2021-09-24T06:42:09Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.994564ms]" time="2021-09-24T06:42:10Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.481809ms]" time="2021-09-24T06:42:11Z" level=debug msg="user wrong not found" time="2021-09-24T06:42:11Z" level=debug msg="http: POST /api/v1/session (400) [426.581µs]" time="2021-09-24T06:42:11Z" level=debug msg="http: GET /favorites (200) [4.902702ms]" time="2021-09-24T06:42:11Z" level=debug msg="http: GET /api/v1/ws (200) [1.609427805s]" time="2021-09-24T06:42:20Z" level=debug msg="http: POST /api/v1/session (400) [1.063939587s]" time="2021-09-24T06:42:20Z" level=debug msg="http: GET /archive (200) [3.12206ms]" time="2021-09-24T06:42:20Z" level=debug msg="http: GET /api/v1/ws (200) [8.268419574s]" time="2021-09-24T06:42:26Z" level=debug msg="http: GET /browse (200) [2.316856ms]" time="2021-09-24T06:42:26Z" level=debug msg="http: GET /api/v1/ws (200) [6.202958575s]" time="2021-09-24T06:42:26Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [11.407915ms]" time="2021-09-24T06:42:26Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.59723ms]" time="2021-09-24T06:42:27Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.441625ms]" time="2021-09-24T06:42:34Z" level=debug msg="session: created" time="2021-09-24T06:42:34Z" level=debug msg="http: POST /api/v1/session (200) [6.100587105s]" time="2021-09-24T06:42:35Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.504982ms]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.607774ms]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/ecae30ee/tile_500 (200) [212.451µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/ecae30ee/tile_500 (200) [213.172µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/ecae30ee/tile_500 (200) [238.594µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/ecae30ee/tile_500 (200) [162.662µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/ecae30ee/tile_500 (200) [113.572µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/ecae30ee/tile_500 (200) [148.296µs]" time="2021-09-24T06:42:35Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.475695ms]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/ecae30ee/tile_500 (200) [193.684µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/ecae30ee/tile_500 (200) [119.29µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/ecae30ee/tile_500 (200) [162.195µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.037471ms]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/ecae30ee/tile_500 (200) [149.048µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/ecae30ee/tile_500 (200) [148.118µs]" time="2021-09-24T06:42:35Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.907627ms]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/ecae30ee/tile_500 (200) [153.601µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/ecae30ee/tile_500 (200) [135.416µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/ecae30ee/tile_500 (200) [104.371µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/ecae30ee/tile_500 (200) [180.963µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/ecae30ee/tile_500 (200) [215.653µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/ecae30ee/tile_500 (200) [124.274µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/ecae30ee/tile_500 (200) [177.714µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/ecae30ee/tile_500 (200) [166.667µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/ecae30ee/tile_500 (200) [114.954µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/ecae30ee/tile_500 (200) [130.51µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/ecae30ee/tile_500 (200) [142.454µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/ecae30ee/tile_500 (200) [125.894µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/ecae30ee/tile_500 (200) [144.578µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [44.093551ms]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/ecae30ee/tile_500 (200) [135.619µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/ecae30ee/tile_500 (200) [153.175µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/ecae30ee/tile_500 (200) [151.251µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/ecae30ee/tile_500 (200) [154.254µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/ecae30ee/tile_500 (200) [142.329µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/ecae30ee/tile_500 (200) [204.675µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/ecae30ee/tile_500 (200) [160.648µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/ecae30ee/tile_500 (200) [130.603µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/ecae30ee/tile_500 (200) [136.746µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/ecae30ee/tile_500 (200) [184.657µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/ecae30ee/tile_500 (200) [148.794µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/ecae30ee/tile_500 (200) [147.92µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/ecae30ee/tile_500 (200) [113.011µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/ecae30ee/tile_500 (200) [121.605µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/ecae30ee/tile_500 (200) [103.299µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/ecae30ee/tile_500 (200) [142.431µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/ecae30ee/tile_500 (200) [128.858µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/ecae30ee/tile_500 (200) [150.614µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/ecae30ee/tile_500 (200) [124.716µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/ecae30ee/tile_500 (200) [144.416µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/ecae30ee/tile_500 (200) [117.518µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/ecae30ee/tile_500 (200) [114.728µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/ecae30ee/tile_500 (200) [108.285µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/ecae30ee/tile_500 (200) [133.159µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/ecae30ee/tile_500 (200) [122.394µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/ecae30ee/tile_500 (200) [116.259µs]" time="2021-09-24T06:42:35Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/ecae30ee/tile_500 (200) [134.468µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/ecae30ee/tile_500 (200) [176.092µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/ecae30ee/tile_500 (200) [137.84µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/ecae30ee/tile_500 (200) [113.61µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/ecae30ee/tile_500 (200) [135.264µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/ecae30ee/tile_500 (200) [133.304µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/ecae30ee/tile_500 (200) [117.609µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/ecae30ee/tile_500 (200) [126.369µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/ecae30ee/tile_500 (200) [131.609µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/ecae30ee/tile_500 (200) [146.249µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/ecae30ee/tile_500 (200) [117.768µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/ecae30ee/tile_500 (200) [121.916µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/ecae30ee/tile_500 (200) [119.316µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/ecae30ee/tile_500 (200) [137.528µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/ecae30ee/tile_500 (200) [123.957µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/ecae30ee/tile_500 (200) [124.42µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/ecae30ee/tile_500 (200) [106.119µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/ecae30ee/tile_500 (200) [115.07µs]" time="2021-09-24T06:42:36Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/ecae30ee/tile_500 (200) [101.085µs]" time="2021-09-24T06:42:39Z" level=debug msg="api: abort /api/v1/users/:uid/password with code 400 (Invalid password, please try again)" time="2021-09-24T06:42:39Z" level=debug msg="http: PUT /api/v1/users/uqmxlqc1gvjjf9my/password (400) [1.066704233s]" time="2021-09-24T06:42:44Z" level=debug msg="session: deleted" time="2021-09-24T06:42:44Z" level=debug msg="http: DELETE /api/v1/session/792bbd39f315f088af029c222c8bbbbb174b30d76407e557 (200) [469.647µs]" time="2021-09-24T06:42:44Z" level=debug msg="http: GET / (200) [3.994404ms]" time="2021-09-24T06:42:44Z" level=debug msg="http: GET /api/v1/ws (200) [17.579066322s]" time="2021-09-24T06:42:48Z" level=debug msg="http: PUT /api/v1/users/uqmxlqc1gvjjf9my/password (200) [7.141299842s]" time="2021-09-24T06:42:49Z" level=debug msg="http: GET /archive (200) [2.214771ms]" time="2021-09-24T06:42:49Z" level=debug msg="http: GET /api/v1/ws (200) [4.622561321s]" time="2021-09-24T06:42:52Z" level=debug msg="http: POST /api/v1/session (400) [6.098651276s]" time="2021-09-24T06:43:02Z" level=debug msg="session: created" time="2021-09-24T06:43:02Z" level=debug msg="http: POST /api/v1/session (200) [6.102130502s]" time="2021-09-24T06:43:03Z" level=info msg="photos: found 4 results for archived:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.120382ms]" time="2021-09-24T06:43:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&archived=true (200) [2.743097ms]" time="2021-09-24T06:43:03Z" level=debug msg="http: GET /api/v1/t/b68b0e6a627e691a39b940632d9e3d83ff11f0bd/ecae30ee/tile_500 (200) [5.01094ms]" time="2021-09-24T06:43:03Z" level=debug msg="http: GET /api/v1/t/d6efb0c5c9b9bd000e6b8f86b391478f19abf3f3/ecae30ee/tile_500 (200) [4.094508ms]" time="2021-09-24T06:43:03Z" level=debug msg="http: GET /api/v1/t/f2e2d89445c5dc64cde394158fd07eeb02083e75/ecae30ee/tile_500 (200) [1.683155ms]" time="2021-09-24T06:43:07Z" level=debug msg="http: PUT /api/v1/users/uqmxlqc1gvjjf9my/password (200) [2.126291408s]" time="2021-09-24T06:43:08Z" level=debug msg="session: deleted" time="2021-09-24T06:43:08Z" level=debug msg="http: DELETE /api/v1/session/bce6fc05fd9c7f998768e4c45628deef2b7041a2d080bccd (200) [321.828µs]" time="2021-09-24T06:43:08Z" level=debug msg="http: GET / (200) [2.875623ms]" time="2021-09-24T06:43:08Z" level=debug msg="http: GET /api/v1/ws (200) [18.262825019s]" time="2021-09-24T06:43:10Z" level=debug msg="session: created" time="2021-09-24T06:43:10Z" level=debug msg="http: POST /api/v1/session (200) [1.067564298s]" time="2021-09-24T06:43:10Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.288953ms]" time="2021-09-24T06:43:10Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.330163ms]" time="2021-09-24T06:43:11Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.392984ms]" time="2021-09-24T06:43:11Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.963389ms]" time="2021-09-24T06:43:11Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [15.750535ms]" time="2021-09-24T06:43:11Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [45.223348ms]" time="2021-09-24T06:43:12Z" level=debug msg="session: deleted" time="2021-09-24T06:43:12Z" level=debug msg="http: DELETE /api/v1/session/5879f9d5c8ec4d8426d551ae21baf17e5afdd54be8c8ff47 (200) [381.614µs]" time="2021-09-24T06:43:12Z" level=debug msg="http: GET / (200) [2.095394ms]" time="2021-09-24T06:43:12Z" level=debug msg="http: GET /api/v1/ws (200) [4.175186132s]" time="2021-09-24T06:43:12Z" level=debug msg="http: GET /api/v1/ws (200) [513.568802ms]" time="2021-09-24T06:43:20Z" level=info msg="shutting down..." time="2021-09-24T06:43:20Z" level=info msg="shutting down workers" time="2021-09-24T06:43:20Z" level=info msg="closed database connection" time="2021-09-24T06:43:20Z" level=info msg="http: shutting down web server" time="2021-09-24T06:43:20Z" level=info msg="http: web server shutdown complete" time="2021-09-24T06:43:31Z" level=debug msg="config: running on “Intel(R) Core(TM) i5-9400T CPU @ 1.80GHz”, 34 GB memory detected" time="2021-09-24T06:43:31Z" level=debug msg="config: settings loaded from /go/src/github.com/photoprism/photoprism/storage/acceptance/config/settings.yml " time="2021-09-24T06:43:31Z" level=debug msg="restore: album yaml files disabled" [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode) time="2021-09-24T06:43:31Z" level=info msg="http: enabling gzip compression" [GIN-debug] Loaded HTML Templates (8): - share.tmpl - - app.tmpl - favicons.tmpl - index.tmpl - manifest.json - minimal.tmpl - rainbow.tmpl [GIN-debug] GET /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (4 handlers) [GIN-debug] HEAD /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (4 handlers) [GIN-debug] GET /favicon.ico --> github.com/gin-gonic/gin.(*RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] HEAD /favicon.ico --> github.com/gin-gonic/gin.(*RouterGroup).StaticFile.func1 (4 handlers) [GIN-debug] GET /manifest.json --> github.com/photoprism/photoprism/internal/server.registerRoutes.func1 (4 handlers) [GIN-debug] GET /sw.js --> github.com/photoprism/photoprism/internal/server.registerRoutes.func2 (4 handlers) [GIN-debug] GET /rainbow --> github.com/photoprism/photoprism/internal/server.registerRoutes.func3 (4 handlers) [GIN-debug] GET /api/v1/config --> github.com/photoprism/photoprism/internal/api.GetConfig.func1 (4 handlers) [GIN-debug] GET /api/v1/config/options --> github.com/photoprism/photoprism/internal/api.GetConfigOptions.func1 (4 handlers) [GIN-debug] POST /api/v1/config/options --> github.com/photoprism/photoprism/internal/api.SaveConfigOptions.func1 (4 handlers) [GIN-debug] GET /api/v1/settings --> github.com/photoprism/photoprism/internal/api.GetSettings.func1 (4 handlers) [GIN-debug] POST /api/v1/settings --> github.com/photoprism/photoprism/internal/api.SaveSettings.func1 (4 handlers) [GIN-debug] PUT /api/v1/users/:uid/password --> github.com/photoprism/photoprism/internal/api.ChangePassword.func1 (4 handlers) [GIN-debug] POST /api/v1/session --> github.com/photoprism/photoprism/internal/api.CreateSession.func1 (4 handlers) [GIN-debug] DELETE /api/v1/session/:id --> github.com/photoprism/photoprism/internal/api.DeleteSession.func1 (4 handlers) [GIN-debug] GET /api/v1/accounts --> github.com/photoprism/photoprism/internal/api.SearchAccounts.func1 (4 handlers) [GIN-debug] GET /api/v1/accounts/:id --> github.com/photoprism/photoprism/internal/api.GetAccount.func1 (4 handlers) [GIN-debug] GET /api/v1/accounts/:id/folders --> github.com/photoprism/photoprism/internal/api.GetAccountFolders.func1 (4 handlers) [GIN-debug] POST /api/v1/accounts/:id/share --> github.com/photoprism/photoprism/internal/api.ShareWithAccount.func1 (4 handlers) [GIN-debug] POST /api/v1/accounts --> github.com/photoprism/photoprism/internal/api.CreateAccount.func1 (4 handlers) [GIN-debug] DELETE /api/v1/accounts/:id --> github.com/photoprism/photoprism/internal/api.DeleteAccount.func1 (4 handlers) [GIN-debug] PUT /api/v1/accounts/:id --> github.com/photoprism/photoprism/internal/api.UpdateAccount.func1 (4 handlers) [GIN-debug] GET /api/v1/t/:thumb/:token/:size --> github.com/photoprism/photoprism/internal/api.GetThumb.func1 (4 handlers) [GIN-debug] GET /api/v1/dl/:hash --> github.com/photoprism/photoprism/internal/api.GetDownload.func1 (4 handlers) [GIN-debug] GET /api/v1/videos/:hash/:token/:type --> github.com/photoprism/photoprism/internal/api.GetVideo.func1 (4 handlers) [GIN-debug] POST /api/v1/zip --> github.com/photoprism/photoprism/internal/api.CreateZip.func1 (4 handlers) [GIN-debug] GET /api/v1/zip/:filename --> github.com/photoprism/photoprism/internal/api.DownloadZip.func1 (4 handlers) [GIN-debug] GET /api/v1/photos --> github.com/photoprism/photoprism/internal/api.SearchPhotos.func1 (4 handlers) [GIN-debug] GET /api/v1/geo --> github.com/photoprism/photoprism/internal/api.SearchPhotosGeo.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid --> github.com/photoprism/photoprism/internal/api.GetPhoto.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid/yaml --> github.com/photoprism/photoprism/internal/api.GetPhotoYaml.func1 (4 handlers) [GIN-debug] PUT /api/v1/photos/:uid --> github.com/photoprism/photoprism/internal/api.UpdatePhoto.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid/dl --> github.com/photoprism/photoprism/internal/api.GetPhotoDownload.func1 (4 handlers) [GIN-debug] GET /api/v1/photos/:uid/links --> github.com/photoprism/photoprism/internal/api.GetPhotoLinks.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/links --> github.com/photoprism/photoprism/internal/api.CreatePhotoLink.func1 (4 handlers) [GIN-debug] PUT /api/v1/photos/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.UpdatePhotoLink.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.DeletePhotoLink.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/approve --> github.com/photoprism/photoprism/internal/api.ApprovePhoto.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/like --> github.com/photoprism/photoprism/internal/api.LikePhoto.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikePhoto.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/label --> github.com/photoprism/photoprism/internal/api.AddPhotoLabel.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/label/:id --> github.com/photoprism/photoprism/internal/api.RemovePhotoLabel.func1 (4 handlers) [GIN-debug] PUT /api/v1/photos/:uid/label/:id --> github.com/photoprism/photoprism/internal/api.UpdatePhotoLabel.func1 (4 handlers) [GIN-debug] GET /api/v1/moments/time --> github.com/photoprism/photoprism/internal/api.GetMomentsTime.func1 (4 handlers) [GIN-debug] GET /api/v1/files/:hash --> github.com/photoprism/photoprism/internal/api.GetFile.func1 (4 handlers) [GIN-debug] DELETE /api/v1/photos/:uid/files/:file_uid --> github.com/photoprism/photoprism/internal/api.DeleteFile.func1 (4 handlers) [GIN-debug] PUT /api/v1/markers/:marker_uid --> github.com/photoprism/photoprism/internal/api.UpdateMarker.func1 (4 handlers) [GIN-debug] DELETE /api/v1/markers/:marker_uid/subject --> github.com/photoprism/photoprism/internal/api.ClearMarkerSubject.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/files/:file_uid/primary --> github.com/photoprism/photoprism/internal/api.PhotoPrimary.func1 (4 handlers) [GIN-debug] POST /api/v1/photos/:uid/files/:file_uid/unstack --> github.com/photoprism/photoprism/internal/api.PhotoUnstack.func1 (4 handlers) [GIN-debug] GET /api/v1/albums --> github.com/photoprism/photoprism/internal/api.SearchAlbums.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid --> github.com/photoprism/photoprism/internal/api.GetAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid/t/:token/:size --> github.com/photoprism/photoprism/internal/api.AlbumCover.func1 (4 handlers) [GIN-debug] POST /api/v1/albums --> github.com/photoprism/photoprism/internal/api.CreateAlbum.func1 (4 handlers) [GIN-debug] PUT /api/v1/albums/:uid --> github.com/photoprism/photoprism/internal/api.UpdateAlbum.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid --> github.com/photoprism/photoprism/internal/api.DeleteAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid/dl --> github.com/photoprism/photoprism/internal/api.DownloadAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/albums/:uid/links --> github.com/photoprism/photoprism/internal/api.GetAlbumLinks.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/links --> github.com/photoprism/photoprism/internal/api.CreateAlbumLink.func1 (4 handlers) [GIN-debug] PUT /api/v1/albums/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.UpdateAlbumLink.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.DeleteAlbumLink.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/like --> github.com/photoprism/photoprism/internal/api.LikeAlbum.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikeAlbum.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/clone --> github.com/photoprism/photoprism/internal/api.CloneAlbums.func1 (4 handlers) [GIN-debug] POST /api/v1/albums/:uid/photos --> github.com/photoprism/photoprism/internal/api.AddPhotosToAlbum.func1 (4 handlers) [GIN-debug] DELETE /api/v1/albums/:uid/photos --> github.com/photoprism/photoprism/internal/api.RemovePhotosFromAlbum.func1 (4 handlers) [GIN-debug] GET /api/v1/labels --> github.com/photoprism/photoprism/internal/api.SearchLabels.func1 (4 handlers) [GIN-debug] GET /api/v1/labels/:uid/t/:token/:size --> github.com/photoprism/photoprism/internal/api.LabelCover.func1 (4 handlers) [GIN-debug] PUT /api/v1/labels/:uid --> github.com/photoprism/photoprism/internal/api.UpdateLabel.func1 (4 handlers) [GIN-debug] GET /api/v1/labels/:uid/links --> github.com/photoprism/photoprism/internal/api.GetLabelLinks.func1 (4 handlers) [GIN-debug] POST /api/v1/labels/:uid/links --> github.com/photoprism/photoprism/internal/api.CreateLabelLink.func1 (4 handlers) [GIN-debug] PUT /api/v1/labels/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.UpdateLabelLink.func1 (4 handlers) [GIN-debug] DELETE /api/v1/labels/:uid/links/:link --> github.com/photoprism/photoprism/internal/api.DeleteLabelLink.func1 (4 handlers) [GIN-debug] POST /api/v1/labels/:uid/like --> github.com/photoprism/photoprism/internal/api.LikeLabel.func1 (4 handlers) [GIN-debug] DELETE /api/v1/labels/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikeLabel.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/t/:uid/:token/:size --> github.com/photoprism/photoprism/internal/api.FolderCover.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/originals --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/originals/*path --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/import --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/folders/import/*path --> github.com/photoprism/photoprism/internal/api.GetFolders.func1 (4 handlers) [GIN-debug] GET /api/v1/subjects --> github.com/photoprism/photoprism/internal/api.SearchSubjects.func1 (4 handlers) [GIN-debug] GET /api/v1/subjects/:uid --> github.com/photoprism/photoprism/internal/api.GetSubject.func1 (4 handlers) [GIN-debug] PUT /api/v1/subjects/:uid --> github.com/photoprism/photoprism/internal/api.UpdateSubject.func1 (4 handlers) [GIN-debug] POST /api/v1/subjects/:uid/like --> github.com/photoprism/photoprism/internal/api.LikeSubject.func1 (4 handlers) [GIN-debug] DELETE /api/v1/subjects/:uid/like --> github.com/photoprism/photoprism/internal/api.DislikeSubject.func1 (4 handlers) [GIN-debug] GET /api/v1/faces --> github.com/photoprism/photoprism/internal/api.SearchFaces.func1 (4 handlers) [GIN-debug] GET /api/v1/faces/:id --> github.com/photoprism/photoprism/internal/api.GetFace.func1 (4 handlers) [GIN-debug] PUT /api/v1/faces/:id --> github.com/photoprism/photoprism/internal/api.UpdateFace.func1 (4 handlers) [GIN-debug] POST /api/v1/upload/:path --> github.com/photoprism/photoprism/internal/api.Upload.func1 (4 handlers) [GIN-debug] POST /api/v1/import/*path --> github.com/photoprism/photoprism/internal/api.StartImport.func1 (4 handlers) [GIN-debug] DELETE /api/v1/import --> github.com/photoprism/photoprism/internal/api.CancelImport.func1 (4 handlers) [GIN-debug] POST /api/v1/index --> github.com/photoprism/photoprism/internal/api.StartIndexing.func1 (4 handlers) [GIN-debug] DELETE /api/v1/index --> github.com/photoprism/photoprism/internal/api.CancelIndexing.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/approve --> github.com/photoprism/photoprism/internal/api.BatchPhotosApprove.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/archive --> github.com/photoprism/photoprism/internal/api.BatchPhotosArchive.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/restore --> github.com/photoprism/photoprism/internal/api.BatchPhotosRestore.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/private --> github.com/photoprism/photoprism/internal/api.BatchPhotosPrivate.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/photos/delete --> github.com/photoprism/photoprism/internal/api.BatchPhotosDelete.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/albums/delete --> github.com/photoprism/photoprism/internal/api.BatchAlbumsDelete.func1 (4 handlers) [GIN-debug] POST /api/v1/batch/labels/delete --> github.com/photoprism/photoprism/internal/api.BatchLabelsDelete.func1 (4 handlers) [GIN-debug] GET /api/v1/svg/photo --> github.com/photoprism/photoprism/internal/api.GetSvg.func1 (4 handlers) [GIN-debug] GET /api/v1/svg/raw --> github.com/photoprism/photoprism/internal/api.GetSvg.func2 (4 handlers) [GIN-debug] GET /api/v1/svg/file --> github.com/photoprism/photoprism/internal/api.GetSvg.func3 (4 handlers) [GIN-debug] GET /api/v1/svg/video --> github.com/photoprism/photoprism/internal/api.GetSvg.func4 (4 handlers) [GIN-debug] GET /api/v1/svg/label --> github.com/photoprism/photoprism/internal/api.GetSvg.func5 (4 handlers) [GIN-debug] GET /api/v1/svg/portrait --> github.com/photoprism/photoprism/internal/api.GetSvg.func6 (4 handlers) [GIN-debug] GET /api/v1/svg/folder --> github.com/photoprism/photoprism/internal/api.GetSvg.func7 (4 handlers) [GIN-debug] GET /api/v1/svg/album --> github.com/photoprism/photoprism/internal/api.GetSvg.func8 (4 handlers) [GIN-debug] GET /api/v1/svg/broken --> github.com/photoprism/photoprism/internal/api.GetSvg.func9 (4 handlers) [GIN-debug] GET /api/v1/svg/uncached --> github.com/photoprism/photoprism/internal/api.GetSvg.func10 (4 handlers) [GIN-debug] GET /api/v1/status --> github.com/photoprism/photoprism/internal/api.GetStatus.func1 (4 handlers) [GIN-debug] GET /api/v1/errors --> github.com/photoprism/photoprism/internal/api.GetErrors.func1 (4 handlers) [GIN-debug] POST /api/v1/feedback --> github.com/photoprism/photoprism/internal/api.SendFeedback.func1 (4 handlers) [GIN-debug] GET /api/v1/ws --> github.com/photoprism/photoprism/internal/api.Websocket.func1 (4 handlers) [GIN-debug] GET /s/:token --> github.com/photoprism/photoprism/internal/api.Shares.func1 (4 handlers) [GIN-debug] GET /s/:token/:share --> github.com/photoprism/photoprism/internal/api.Shares.func2 (4 handlers) [GIN-debug] GET /s/:token/:share/preview --> github.com/photoprism/photoprism/internal/api.SharePreview.func1 (4 handlers) [GIN-debug] HEAD /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] GET /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PUT /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] POST /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PATCH /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] DELETE /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] OPTIONS /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MKCOL /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] COPY /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MOVE /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] LOCK /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] UNLOCK /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPFIND /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPPATCH /originals/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) time="2021-09-24T06:43:31Z" level=info msg="webdav: /originals/ enabled, waiting for requests" [GIN-debug] HEAD /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] GET /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PUT /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] POST /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PATCH /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] DELETE /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] OPTIONS /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MKCOL /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] COPY /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] MOVE /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] LOCK /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] UNLOCK /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPFIND /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) [GIN-debug] PROPPATCH /import/*path --> github.com/photoprism/photoprism/internal/server.WebDAV.func2 (5 handlers) time="2021-09-24T06:43:31Z" level=info msg="webdav: /import/ enabled, waiting for requests" time="2021-09-24T06:43:31Z" level=info msg="http: starting web server at 0.0.0.0:2343" time="2021-09-24T06:43:36Z" level=debug msg="http: GET /browse (200) [21.573483ms]" time="2021-09-24T06:43:36Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [11.777161ms]" time="2021-09-24T06:43:36Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.060627ms]" time="2021-09-24T06:43:38Z" level=debug msg="http: GET /static/img/logo-avatar.svg (200) [274.693µs]" time="2021-09-24T06:43:38Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.710825ms]" time="2021-09-24T06:43:38Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.735224ms]" time="2021-09-24T06:43:38Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.937512ms]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [350.711µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [187.506µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [207.563µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [188.467µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [128.135µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [170.185µs]" time="2021-09-24T06:43:39Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [4.410809ms]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [157.094µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [126.616µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [199.356µs]" time="2021-09-24T06:43:39Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.017728ms]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.816194ms]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [157.974µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [136.59µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [152.014µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [367.229µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [146.775µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [181.14µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [160.404µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [172.237µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [186.784µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [41.225074ms]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [156.338µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [137.636µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [168.803µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [150.684µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [128.42µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [129.629µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [126.193µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [145.024µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [126.501µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [112.827µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [136.724µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [182.908µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [131.302µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [136.219µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [159.631µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [157.703µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [169.402µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [116.155µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [123.311µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [112.099µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [133.694µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [145.351µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [302.757µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [155.945µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [113.956µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [124.776µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [125.657µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [104.706µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [124.054µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [131.637µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [109.19µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [133.728µs]" time="2021-09-24T06:43:39Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [102.227µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [193.366µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [148.249µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [146.383µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [149.072µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [114.33µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [105.785µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [181.167µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [134.399µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [142.179µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [128.71µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [116.126µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [122.215µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [118.607µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [116.323µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [114.461µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [127.351µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [137.143µs]" time="2021-09-24T06:43:40Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [126.075µs]" time="2021-09-24T06:43:41Z" level=debug msg="http: GET /browse (200) [6.141463ms]" time="2021-09-24T06:43:41Z" level=debug msg="http: GET /api/v1/ws (200) [3.679558598s]" time="2021-09-24T06:43:41Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.049953ms]" time="2021-09-24T06:43:42Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [102.842373ms]" time="2021-09-24T06:43:43Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.441424ms]" time="2021-09-24T06:43:43Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.415899ms]" time="2021-09-24T06:43:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [63.65053ms]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [169.733µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [145.349µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [196.885µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [165.368µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [156.498µs]" time="2021-09-24T06:43:44Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.311306ms]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.226185ms]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [153.37µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [120.906µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [140.552µs]" time="2021-09-24T06:43:44Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.297399ms]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [152.905µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [129.433µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [154.979µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [182.373µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [151.376µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [134.582µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [221.067µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [158.706µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [157.513µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [189.674µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [173.216µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.552029ms]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [135.433µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [143.287µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [154.018µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [166.138µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [166.775µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [154.078µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [157.828µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [165.991µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [119.632µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [133.061µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [165.201µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [144.35µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [164.05µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [154.931µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [170.358µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [126.345µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [143.81µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [111.173µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [141.984µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [155.463µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [110.82µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [144.002µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [154.016µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [114.001µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [118.463µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [118.823µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [100.576µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [158.504µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [132.034µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [115.978µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [129.609µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [131.988µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [208.741µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [129.612µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [112.149µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [135.807µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [139.351µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [106.203µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [132.966µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [125.012µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [135.099µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [157.25µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [169.933µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [136.647µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [135.736µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [119.006µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [112.589µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [117.199µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [112.394µs]" time="2021-09-24T06:43:44Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [122.65µs]" time="2021-09-24T06:43:47Z" level=debug msg="http: GET /browse (200) [5.046045ms]" time="2021-09-24T06:43:47Z" level=debug msg="http: GET /api/v1/ws (200) [4.636023216s]" time="2021-09-24T06:43:47Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.229305ms]" time="2021-09-24T06:43:47Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [105.623331ms]" time="2021-09-24T06:43:48Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [3.042422ms]" time="2021-09-24T06:43:48Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [19.665866ms]" time="2021-09-24T06:43:48Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [36.220972ms]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [235.012µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [137.649µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [169.148µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [121.642µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [128.146µs]" time="2021-09-24T06:43:49Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.235864ms]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.045418ms]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [146.392µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [124.108µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [132.507µs]" time="2021-09-24T06:43:49Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.141607ms]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [163.427µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [192.806µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [134.555µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [162.52µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [128.737µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [142.567µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [153.66µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [165.122µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [372.426µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [169.839µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.392998ms]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [161.865µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [194.455µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [135.64µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [153.521µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [119.154µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [146.604µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [95.848µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [111.779µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [156.192µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [163.427µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [131.192µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [139.505µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [124.041µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [109.612µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [170.684µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [154.96µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [121.351µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [146.12µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [107.577µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [108.366µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [134.426µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [154.306µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [134.064µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [160.525µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [109.437µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [102.826µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [126.529µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [126.982µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [121.453µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [104.219µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [89.938µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [100.845µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [102.65µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [152.44µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [115.889µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [127.731µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [119.171µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [103.45µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [175.123µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [161.815µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [148.503µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [347.387µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [106.227µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [133.667µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [123.106µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [137.156µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [121.347µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [147.153µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [111.827µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [129.015µs]" time="2021-09-24T06:43:49Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [125.423µs]" time="2021-09-24T06:43:52Z" level=debug msg="http: GET /browse (200) [7.701071ms]" time="2021-09-24T06:43:52Z" level=debug msg="http: GET /api/v1/ws (200) [4.637648093s]" time="2021-09-24T06:43:52Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.841675ms]" time="2021-09-24T06:43:52Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [99.474568ms]" time="2021-09-24T06:43:53Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.685035ms]" time="2021-09-24T06:43:53Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.822009ms]" time="2021-09-24T06:43:53Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [30.056826ms]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [175.584µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.974µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [193.694µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [121.994µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [117.881µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [179.304µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [142.69µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [141.501µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [156.601µs]" time="2021-09-24T06:43:54Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.719727ms]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [208.39µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [178.161µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [135.014µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [150.025µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [15.095035ms]" time="2021-09-24T06:43:54Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [14.479856ms]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [139.524µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [157.591µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [151.667µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [161.035µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [246.309µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.966203ms]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [195.966µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [163.119µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [120.114µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [164.761µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [136.186µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [151.355µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [148.576µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [115.015µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [139.103µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [126.495µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [113.652µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [149.664µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [141.684µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [154.725µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [121.878µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [170.627µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [171.26µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [192.697µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [127.427µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [190.305µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [145.719µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [154.901µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [151.157µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [182.686µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [141.482µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [124.026µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [149.057µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [116.077µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [239.286µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [112.06µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [129.909µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [143.886µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [104.74µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [189.85µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [131.951µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [141.289µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [130.414µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [143.471µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [107.929µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [103.336µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [153.589µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [153.017µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [119.09µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [109.203µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [144.31µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [124.955µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [131.181µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [129.471µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [110.416µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [120.136µs]" time="2021-09-24T06:43:54Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [115.844µs]" time="2021-09-24T06:43:55Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [871.123µs]" time="2021-09-24T06:43:55Z" level=debug msg="album: creating {Thumb: ThumbSrc: AlbumType: AlbumTitle:September 2021 AlbumLocation: AlbumCategory: AlbumCaption: AlbumDescription: AlbumNotes: AlbumFilter: AlbumOrder: AlbumTemplate: AlbumCountry: AlbumFavorite:false AlbumPrivate:false} september-2021" time="2021-09-24T06:43:55Z" level=info msg="Album created" time="2021-09-24T06:43:55Z" level=debug msg="http: POST /api/v1/albums (200) [26.363936ms]" time="2021-09-24T06:43:55Z" level=debug msg="album-cover: no photos yet, using generic image for aqzxep71mz2kwp44" time="2021-09-24T06:43:55Z" level=debug msg="http: GET /api/v1/albums/aqzxep71mz2kwp44/t/public/tile_500 (200) [847.799µs]" time="2021-09-24T06:43:57Z" level=info msg="albums: deleting aqzxep71mz2kwp44" time="2021-09-24T06:43:57Z" level=debug msg="http: POST /api/v1/batch/albums/delete (200) [12.40772ms]" time="2021-09-24T06:43:57Z" level=debug msg="http: GET /browse (200) [11.295395ms]" time="2021-09-24T06:43:57Z" level=debug msg="http: GET /api/v1/ws (200) [4.405065075s]" time="2021-09-24T06:43:57Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.539947ms]" time="2021-09-24T06:43:57Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [105.501479ms]" time="2021-09-24T06:43:58Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.108531ms]" time="2021-09-24T06:43:58Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.492975ms]" time="2021-09-24T06:43:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.158598ms]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [208.35µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [192.119µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [189.395µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [117.165µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [103.976µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [119.924µs]" time="2021-09-24T06:43:59Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.406952ms]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [131.868µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [91.55µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [124.69µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [149.64µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [149.188µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [206.222µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [138.497µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [140.417µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [21.477526ms]" time="2021-09-24T06:43:59Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [17.065554ms]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [173.532µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [141.547µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [138.159µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [161.72µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [158.973µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [131.448µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [138.942µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [155.673µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [124.725µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [145.313µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [43.704805ms]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [126.566µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [135.742µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [129.733µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [126.742µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [130.123µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [115.57µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [138.349µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [117.404µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [138.47µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [154.933µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [119.294µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [133.419µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [96.179µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [96.335µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [104.781µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [142.574µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [135.139µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [141.86µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [132.683µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [108.508µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [123.459µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [101.82µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [126.045µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [109.485µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [142.813µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [142.219µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [121.343µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [145.432µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [128.756µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [113.099µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [106.153µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [103.345µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [127.383µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [143.206µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [148.922µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [131.236µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [149.244µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [158.207µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [124.95µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [124.257µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [87.757µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [125.803µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [150.176µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [118.37µs]" time="2021-09-24T06:43:59Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [110.459µs]" time="2021-09-24T06:44:00Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [756.44µs]" time="2021-09-24T06:44:00Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Holiday&category=&type=album (200) [1.345559ms]" time="2021-09-24T06:44:12Z" level=info msg="Album saved" time="2021-09-24T06:44:12Z" level=debug msg="http: PUT /api/v1/albums/aqmxlt22ilujuxux (200) [16.031337ms]" time="2021-09-24T06:44:13Z" level=debug msg="http: GET /api/v1/albums/aqmxlt22ilujuxux (200) [301.432µs]" time="2021-09-24T06:44:13Z" level=info msg="photos: found 2 results for dist:20 album:aqmxlt22ilujuxux count:60 order:oldest merged:true [1.044281ms]" time="2021-09-24T06:44:13Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlt22ilujuxux&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.967543ms]" time="2021-09-24T06:44:13Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.061741ms]" time="2021-09-24T06:44:13Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [25.578128ms]" time="2021-09-24T06:44:14Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.335474ms]" time="2021-09-24T06:44:14Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.460285ms]" time="2021-09-24T06:44:14Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.612464ms]" time="2021-09-24T06:44:14Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [36.410852ms]" time="2021-09-24T06:44:15Z" level=info msg="photos: found 60 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [8.979596ms]" time="2021-09-24T06:44:15Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [26.542041ms]" time="2021-09-24T06:44:15Z" level=info msg="photos: found 8 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [2.141216ms]" time="2021-09-24T06:44:15Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [5.412652ms]" time="2021-09-24T06:44:15Z" level=info msg="photos: found 68 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [10.785286ms]" time="2021-09-24T06:44:15Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [33.497298ms]" time="2021-09-24T06:44:27Z" level=debug msg="http: GET /static/build/img/0ff4d62150facee6b7dec616100ad3da.png (200) [66.99µs]" time="2021-09-24T06:44:27Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/fit_1280 (200) [4.70662ms]" time="2021-09-24T06:44:27Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/fit_1280 (200) [5.594926ms]" time="2021-09-24T06:44:27Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/fit_1280 (200) [4.264741ms]" time="2021-09-24T06:44:27Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/fit_1280 (200) [209.394µs]" time="2021-09-24T06:44:27Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/fit_1280 (200) [248.666µs]" time="2021-09-24T06:44:28Z" level=debug msg="http: GET /api/v1/albums?q=&count=1000&offset=0&type=album (200) [759.01µs]" time="2021-09-24T06:44:28Z" level=info msg="2 entries added to Animals" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_1920 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_7680 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_224 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:right_224 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_500 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:left_224 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_720 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_1280 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_2048 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_2560 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_50 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_100 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_3840 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_4096 from cache" time="2021-09-24T06:44:28Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:colors from cache" time="2021-09-24T06:44:28Z" level=debug msg="previews: updated albums [3.804981ms]" time="2021-09-24T06:44:28Z" level=debug msg="previews: updated folders [3.975596ms]" time="2021-09-24T06:44:28Z" level=debug msg="previews: updated calendar [3.650525ms]" time="2021-09-24T06:44:28Z" level=debug msg="http: POST /api/v1/albums/aqmxlt22ilujuxux/photos (200) [29.658264ms]" time="2021-09-24T06:44:29Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [734.087µs]" time="2021-09-24T06:44:29Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=Family&type=album (200) [717.308µs]" time="2021-09-24T06:44:29Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [869.367µs]" time="2021-09-24T06:44:30Z" level=debug msg="http: GET /api/v1/albums?count=48&offset=0&q=&category=&type=album (200) [878.824µs]" time="2021-09-24T06:44:30Z" level=debug msg="http: GET /api/v1/albums/aqmxlt22ilujuxux (200) [323.466µs]" time="2021-09-24T06:44:30Z" level=info msg="photos: found 4 results for dist:20 album:aqmxlt22ilujuxux count:60 order:oldest merged:true [1.366181ms]" time="2021-09-24T06:44:30Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlt22ilujuxux&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [2.931168ms]" time="2021-09-24T06:44:31Z" level=info msg="2 entries removed from Animals" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_224 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:right_224 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_1920 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_7680 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_50 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_100 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:tile_500 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:left_224 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_720 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_1280 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_2048 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_2560 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_3840 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:fit_4096 from cache" time="2021-09-24T06:44:31Z" level=debug msg="removed album-cover:aqmxlt22ilujuxux:colors from cache" time="2021-09-24T06:44:31Z" level=debug msg="previews: updated albums [4.920041ms]" time="2021-09-24T06:44:31Z" level=debug msg="previews: updated folders [5.949422ms]" time="2021-09-24T06:44:31Z" level=debug msg="previews: updated calendar [467.159µs]" time="2021-09-24T06:44:31Z" level=debug msg="http: DELETE /api/v1/albums/aqmxlt22ilujuxux/photos (200) [27.962385ms]" time="2021-09-24T06:44:31Z" level=info msg="photos: found 2 results for dist:20 album:aqmxlt22ilujuxux count:120 order:oldest merged:true [1.774485ms]" time="2021-09-24T06:44:31Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlt22ilujuxux&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [3.319848ms]" time="2021-09-24T06:44:33Z" level=info msg="Album saved" time="2021-09-24T06:44:33Z" level=debug msg="http: PUT /api/v1/albums/aqmxlt22ilujuxux (200) [13.902642ms]" time="2021-09-24T06:44:33Z" level=info msg="photos: found 2 results for dist:20 album:aqmxlt22ilujuxux count:120 order:oldest merged:true [902.713µs]" time="2021-09-24T06:44:33Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlt22ilujuxux&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.814968ms]" time="2021-09-24T06:44:34Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [773.279µs]" time="2021-09-24T06:44:34Z" level=debug msg="http: GET /browse (200) [5.631147ms]" time="2021-09-24T06:44:34Z" level=debug msg="http: GET /api/v1/ws (200) [36.522674343s]" time="2021-09-24T06:44:34Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.64582ms]" time="2021-09-24T06:44:34Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [100.013674ms]" time="2021-09-24T06:44:35Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.483037ms]" time="2021-09-24T06:44:35Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.222826ms]" time="2021-09-24T06:44:35Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.386481ms]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [187.953µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [135.923µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [177.561µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [145.49µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [133.76µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [143.088µs]" time="2021-09-24T06:44:36Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.445599ms]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [134.716µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [130.1µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.054455ms]" time="2021-09-24T06:44:36Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.543792ms]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [173.149µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [142.916µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [105.224µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [151.391µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [176.293µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.220419ms]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [239µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [156.501µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [183.988µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [123.27µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [169.025µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [127.514µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [121.078µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [131.468µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [127.328µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [107.613µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [140.758µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [104.338µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [163.151µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [145.268µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [112.924µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [109.583µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [142.642µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [115.111µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [135.533µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [129.478µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [147.417µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [104.716µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [131.712µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [116.082µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [116.581µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [129.021µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [142.455µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [136.791µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [128.82µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [101.25µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [121.568µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [108.83µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [130.614µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [127.336µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [107.605µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [130.016µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [120.642µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [117.995µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [188.692µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [166.279µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [112.585µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [109.539µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [129.468µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [95.356µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [137.234µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [128.415µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [137.569µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [145.773µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [132.696µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [154.178µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [143.109µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [133.632µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [137.865µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [119.089µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [94.668µs]" time="2021-09-24T06:44:36Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [106.335µs]" time="2021-09-24T06:44:37Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [722.166µs]" time="2021-09-24T06:44:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl (200) [428.852µs]" time="2021-09-24T06:44:38Z" level=info msg="photos: found 1 results for dist:20 album:aqmxlts2b2rx38wl count:60 order:oldest merged:true [833.75µs]" time="2021-09-24T06:44:38Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.449568ms]" time="2021-09-24T06:44:38Z" level=debug msg="http: GET /browse (200) [8.6019ms]" time="2021-09-24T06:44:38Z" level=debug msg="http: GET /api/v1/ws (200) [3.972389382s]" time="2021-09-24T06:44:38Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.676475ms]" time="2021-09-24T06:44:38Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.270563ms]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.416232ms]" time="2021-09-24T06:44:40Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.891107ms]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [31.292461ms]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [171.599µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.819µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [227.465µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [127.173µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [162.2µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [164.003µs]" time="2021-09-24T06:44:40Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.599927ms]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.35018ms]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [116.01µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [168.329µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [137.671µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [100.609µs]" time="2021-09-24T06:44:40Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.288498ms]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [142.278µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [150.743µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [172.404µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [109.501µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [165.903µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [191.628µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [146.62µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [138.392µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [132.731µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [131.98µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [178.354µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [174.147µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.9636ms]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [141.466µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [132.992µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [123.524µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [112.453µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [110.855µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [153.704µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [111.913µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [142.023µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [118.369µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [111.181µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [145.884µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [145.167µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [135.984µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [126.86µs]" time="2021-09-24T06:44:40Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [92.613µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [141.939µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [112.14µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [142.764µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [128.678µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [137.44µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [129.812µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [109.429µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [101.501µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [140.382µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [123.583µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [122.679µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [102.733µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [110.876µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [123.422µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [148.598µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [129.079µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [109.384µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [133.465µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [143.332µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [97.121µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [140.2µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [243.538µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [107.174µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [124.791µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [120.544µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [146.996µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [122.316µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [108.928µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [174.679µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [106.049µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [124.78µs]" time="2021-09-24T06:44:41Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [108.189µs]" time="2021-09-24T06:44:42Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [921.522µs]" time="2021-09-24T06:44:42Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [172.013µs]" time="2021-09-24T06:44:42Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [5.034262ms]" time="2021-09-24T06:44:42Z" level=debug msg="http: GET /browse (200) [25.405414ms]" time="2021-09-24T06:44:42Z" level=debug msg="http: GET /api/v1/ws (200) [2.982806894s]" time="2021-09-24T06:44:42Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.132796ms]" time="2021-09-24T06:44:42Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [105.640347ms]" time="2021-09-24T06:44:43Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.685876ms]" time="2021-09-24T06:44:43Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.601265ms]" time="2021-09-24T06:44:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.349602ms]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [199.444µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [137.473µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [417.203µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [173.204µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [129.882µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [175.156µs]" time="2021-09-24T06:44:44Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.647397ms]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [151.896µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [90.759µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [128.761µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.092315ms]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [217.541µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [192.414µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [138.29µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [150.751µs]" time="2021-09-24T06:44:44Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.927889ms]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [132.364µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [190.993µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [137.796µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [127.044µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [143.622µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [139.513µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [113.445µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [119.708µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [168.488µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [155.366µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.263065ms]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [142.094µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [160.758µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [116.415µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [126.055µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [177.261µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [140.585µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [143.301µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [114.071µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [119.949µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [119.607µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [176.309µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [124.03µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [135.392µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [111.87µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [140.811µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [113.753µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [132.88µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [139.293µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [137.752µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [114.93µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [122.368µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [103.637µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [146.617µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [115.914µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [103.291µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [126.324µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [112.282µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [120.126µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [188.758µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [132.902µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [142.04µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [117.999µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [158.067µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [136.552µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [157.632µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [151.363µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [106.186µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [105.473µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [97.241µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [134.052µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [136.132µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [128.354µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [112.305µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [121.512µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [147.877µs]" time="2021-09-24T06:44:44Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [129.143µs]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.65672ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:1 order:relevance [759.908µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqnqtnv3f5ibtghn:tile_500 [1.708605ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [1.872896ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2020 month:12\" public:true dist:20 year:2020 month:12 album:aqnah1mlu18nkw5y count:1 order:relevance [723.609µs]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2020 month:8\" public:true dist:20 year:2020 month:8 album:aqnah1m3ralbeur8 count:1 order:relevance [722.864µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqnah1m3ralbeur8:tile_500 [1.740502ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [1.875615ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2020 month:7\" public:true dist:20 year:2020 month:7 album:aqnah1m1h8qd6czu count:1 order:relevance [1.274076ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqnah1m1h8qd6czu:tile_500 [2.332779ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [2.492131ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqnah1mlu18nkw5y:tile_500 [4.009155ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [4.140531ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2019 month:6\" public:true dist:20 year:2019 month:6 album:aqmxlr786sc7zz3b count:1 order:relevance [1.124929ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2019 month:5\" public:true dist:20 year:2019 month:5 album:aqmxlr72lk7l5jal count:1 order:relevance [633.002µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr786sc7zz3b:tile_500 [1.971783ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [2.109183ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr72lk7l5jal:tile_500 [1.54514ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [1.719634ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2019 month:10\" public:true dist:20 year:2019 month:10 album:aqmxlr72fxziu7do count:1 order:relevance [781.581µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr72fxziu7do:tile_500 [4.652935ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [4.816709ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2018 month:7\" public:true dist:20 year:2018 month:7 album:aqnah1m16ogr95li count:1 order:relevance [676.909µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqnah1m16ogr95li:tile_500 [1.569971ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [1.707641ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2018 month:1\" public:true dist:20 year:2018 month:1 album:aqnah1m36lkobl18 count:1 order:relevance [645.81µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqnah1m36lkobl18:tile_500 [1.398601ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [1.549946ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:12\" public:true dist:20 year:2017 month:12 album:aqmxlr7277y14dl4 count:1 order:relevance [1.311706ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:10\" public:true dist:20 year:2017 month:10 album:aqmxlr73d4khlo9d count:1 order:relevance [1.318965ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:8\" public:true dist:20 year:2017 month:8 album:aqmxlr716gxvw2gk count:1 order:relevance [952.012µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr73d4khlo9d:tile_500 [2.272888ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr7277y14dl4:tile_500 [2.45037ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [2.471095ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr716gxvw2gk:tile_500 [1.95201ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [2.573547ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [2.117953ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2018 month:5\" public:true dist:20 year:2018 month:5 album:aqmxlr77il8cr8g8 count:1 order:relevance [2.875826ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr77il8cr8g8:tile_500 [3.865267ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [4.026027ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:1\" public:true dist:20 year:2017 month:1 album:aqmxlr71p6zo22dk count:1 order:relevance [655.302µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr71p6zo22dk:tile_500 [1.794882ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2015 month:12\" public:true dist:20 year:2015 month:12 album:aqmxlr71pa8hobcu count:1 order:relevance [920.813µs]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [1.915949ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr71pa8hobcu:tile_500 [1.898656ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2015 month:11\" public:true dist:20 year:2015 month:11 album:aqmxlr73qmi2bmrj count:1 order:relevance [889.895µs]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [2.047215ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr73qmi2bmrj:tile_500 [1.662291ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [1.785917ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2015 month:2\" public:true dist:20 year:2015 month:2 album:aqmxlr71kb5nyuyb count:1 order:relevance [1.621227ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr71kb5nyuyb:tile_500 [2.398746ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [2.553898ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2014 month:3\" public:true dist:20 year:2014 month:3 album:aqmxlr71rt835kpf count:1 order:relevance [736.701µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr71rt835kpf:tile_500 [1.616993ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [1.756847ms]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2013 month:11\" public:true dist:20 year:2013 month:11 album:aqmxlr73gwwnd233 count:1 order:relevance [765.667µs]" time="2021-09-24T06:44:45Z" level=info msg="photos: found 1 results for filter:\"public:true year:2012 month:4\" public:true dist:20 year:2012 month:4 album:aqzuej1klvuno4ib count:1 order:relevance [693.049µs]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqmxlr73gwwnd233:tile_500 [1.610328ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [1.764498ms]" time="2021-09-24T06:44:45Z" level=debug msg="cached album-cover:aqzuej1klvuno4ib:tile_500 [1.474964ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [1.60292ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /browse (200) [5.12989ms]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /api/v1/ws (200) [3.033079059s]" time="2021-09-24T06:44:45Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.086286ms]" time="2021-09-24T06:44:46Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [105.838987ms]" time="2021-09-24T06:44:47Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.582179ms]" time="2021-09-24T06:44:47Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.507313ms]" time="2021-09-24T06:44:47Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.128077ms]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [180.172µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [134.196µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [172.882µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [146.671µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [126.517µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [123.122µs]" time="2021-09-24T06:44:48Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.765258ms]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [162.818µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [125.354µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [212.988µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [146.034µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [152.551µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [123.062µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [118.522µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [125.582µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [137.916µs]" time="2021-09-24T06:44:48Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [18.389817ms]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [139.419µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [107.117µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.267324ms]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [157.38µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [121.207µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [139.601µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [119.788µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [147.608µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [125.335µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [142.105µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [121.155µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [131.589µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [113.724µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [46.929936ms]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [150.534µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [138.197µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [117.907µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [122.466µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [111.901µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [111.027µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [140.73µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [125.728µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [149.761µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [116.931µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [120.298µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [126.964µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [135.387µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [140.845µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [148.079µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [115.931µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [123.663µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [102.316µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [103.032µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [133.612µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [106.075µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [120.253µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [109.437µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [105.004µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [181.438µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [133.244µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [102.913µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [101.787µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [93.104µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [119.294µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [132.382µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [142.687µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [113.57µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [171.034µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [127.39µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [119.366µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [109.264µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [128.498µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [121.841µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [128.425µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [105.742µs]" time="2021-09-24T06:44:48Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [132.862µs]" time="2021-09-24T06:44:49Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [742.021µs]" time="2021-09-24T06:44:50Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl (200) [755.181µs]" time="2021-09-24T06:44:50Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl/links (200) [428.323µs]" time="2021-09-24T06:44:50Z" level=info msg="Album saved" time="2021-09-24T06:44:50Z" level=debug msg="http: POST /api/v1/albums/aqmxlts2b2rx38wl/links (200) [13.320792ms]" time="2021-09-24T06:44:57Z" level=info msg="Album saved" time="2021-09-24T06:44:57Z" level=debug msg="http: PUT /api/v1/albums/aqmxlts2b2rx38wl/links/sqzxeqq3gb9mtfs0 (200) [10.097103ms]" time="2021-09-24T06:44:58Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl (200) [313.405µs]" time="2021-09-24T06:44:58Z" level=info msg="photos: found 1 results for dist:20 album:aqmxlts2b2rx38wl count:60 order:oldest merged:true [714.448µs]" time="2021-09-24T06:44:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.352226ms]" time="2021-09-24T06:44:58Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl/links (200) [399.427µs]" time="2021-09-24T06:45:05Z" level=info msg="Album saved" time="2021-09-24T06:45:05Z" level=debug msg="http: PUT /api/v1/albums/aqmxlts2b2rx38wl/links/sqzxeqq3gb9mtfs0 (200) [13.408053ms]" time="2021-09-24T06:45:05Z" level=info msg="photos: found 1 results for dist:20 album:aqmxlts2b2rx38wl count:120 order:oldest merged:true [842.058µs]" time="2021-09-24T06:45:05Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.612031ms]" time="2021-09-24T06:45:05Z" level=info msg="Album saved" time="2021-09-24T06:45:05Z" level=debug msg="http: POST /api/v1/albums/aqmxlts2b2rx38wl/links (200) [13.794397ms]" time="2021-09-24T06:45:05Z" level=info msg="photos: found 1 results for dist:20 album:aqmxlts2b2rx38wl count:120 order:oldest merged:true [733.9µs]" time="2021-09-24T06:45:05Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.462784ms]" time="2021-09-24T06:45:06Z" level=info msg="Album saved" time="2021-09-24T06:45:06Z" level=debug msg="http: DELETE /api/v1/albums/aqmxlts2b2rx38wl/links/sqzxeqq3gb9mtfs0 (200) [12.827553ms]" time="2021-09-24T06:45:06Z" level=info msg="photos: found 1 results for dist:20 album:aqmxlts2b2rx38wl count:120 order:oldest merged:true [801.225µs]" time="2021-09-24T06:45:06Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.467941ms]" time="2021-09-24T06:45:07Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [737.547µs]" time="2021-09-24T06:45:07Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl/links (200) [471.566µs]" time="2021-09-24T06:45:08Z" level=info msg="Album saved" time="2021-09-24T06:45:08Z" level=debug msg="http: DELETE /api/v1/albums/aqmxlts2b2rx38wl/links/sqzxer515v91wf2g (200) [12.948717ms]" time="2021-09-24T06:45:08Z" level=debug msg="http: GET /browse (200) [13.28844ms]" time="2021-09-24T06:45:08Z" level=debug msg="http: GET /api/v1/ws (200) [22.15042637s]" time="2021-09-24T06:45:08Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.535628ms]" time="2021-09-24T06:45:08Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.871583ms]" time="2021-09-24T06:45:09Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.445332ms]" time="2021-09-24T06:45:09Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.816026ms]" time="2021-09-24T06:45:09Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.50713ms]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [211.457µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [135.862µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [158.735µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [120.136µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [97.668µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [130.749µs]" time="2021-09-24T06:45:10Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.218302ms]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.863396ms]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [139.559µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [119.172µs]" time="2021-09-24T06:45:10Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.896084ms]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [146.469µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [117.833µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [116.885µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [151.915µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [135.21µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [165.16µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [169.704µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [167.491µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [142.2µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [130.67µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [86.274µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [146.209µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [103.26µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [98.11µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.240742ms]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [149.972µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [148.347µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [111.944µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [125.205µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [126.508µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [139.461µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [153.49µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [119.463µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [127.546µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [144.071µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [140.558µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [219.877µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [125.572µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [120.367µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [126.578µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [136.648µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [108.395µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [178.292µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [142.489µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [155.548µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [121.832µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [118.037µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [92.146µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [121.237µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [125.659µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [148.536µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [129.47µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [158.525µs]" time="2021-09-24T06:45:10Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [145.972µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [181.25µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [130.274µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [117.322µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [110.2µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [136.749µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [114.268µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [133.064µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [129.548µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [119.806µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [167.837µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [138.485µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [111.778µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [125.247µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [117.516µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [132.498µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [136.741µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [122.509µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [118.948µs]" time="2021-09-24T06:45:11Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [879.152µs]" time="2021-09-24T06:45:12Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.06124ms]" time="2021-09-24T06:45:12Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [25.423606ms]" time="2021-09-24T06:45:12Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.446667ms]" time="2021-09-24T06:45:12Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.792545ms]" time="2021-09-24T06:45:12Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [14.30278ms]" time="2021-09-24T06:45:12Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.982838ms]" time="2021-09-24T06:45:13Z" level=info msg="photos: found 60 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.025466ms]" time="2021-09-24T06:45:14Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [26.734281ms]" time="2021-09-24T06:45:14Z" level=info msg="photos: found 8 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [2.035204ms]" time="2021-09-24T06:45:14Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [5.212608ms]" time="2021-09-24T06:45:14Z" level=info msg="photos: found 68 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [9.814244ms]" time="2021-09-24T06:45:14Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [30.688899ms]" time="2021-09-24T06:45:25Z" level=debug msg="http: GET /static/build/img/0ff4d62150facee6b7dec616100ad3da.png (200) [73.329µs]" time="2021-09-24T06:45:25Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/fit_1280 (200) [207.007µs]" time="2021-09-24T06:45:25Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/fit_1280 (200) [223.748µs]" time="2021-09-24T06:45:25Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/fit_1280 (200) [176.898µs]" time="2021-09-24T06:45:27Z" level=debug msg="http: GET /api/v1/albums?q=&count=1000&offset=0&type=album (200) [565.221µs]" time="2021-09-24T06:45:27Z" level=debug msg="album: creating {Thumb: ThumbSrc: AlbumType: AlbumTitle:NotYetExistingAlbum AlbumLocation: AlbumCategory: AlbumCaption: AlbumDescription: AlbumNotes: AlbumFilter: AlbumOrder: AlbumTemplate: AlbumCountry: AlbumFavorite:false AlbumPrivate:false} notyetexistingalbum" time="2021-09-24T06:45:27Z" level=info msg="Album created" time="2021-09-24T06:45:27Z" level=debug msg="http: POST /api/v1/albums (200) [9.421915ms]" time="2021-09-24T06:45:27Z" level=info msg="2 entries added to NotYetExistingAlbum" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:tile_500 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:left_224 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_720 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_1280 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_2048 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_2560 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:tile_50 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:tile_100 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_3840 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_4096 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:colors from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_1920 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:fit_7680 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:tile_224 from cache" time="2021-09-24T06:45:27Z" level=debug msg="removed album-cover:aqzxerr21chz9ye7:right_224 from cache" time="2021-09-24T06:45:27Z" level=debug msg="previews: updated albums [3.498133ms]" time="2021-09-24T06:45:27Z" level=debug msg="previews: updated folders [3.490116ms]" time="2021-09-24T06:45:27Z" level=debug msg="previews: updated calendar [215.95µs]" time="2021-09-24T06:45:27Z" level=debug msg="http: POST /api/v1/albums/aqzxerr21chz9ye7/photos (200) [16.324757ms]" time="2021-09-24T06:45:28Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [870.244µs]" time="2021-09-24T06:45:29Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=NotYetExistingAlbum&category=&type=album (200) [820.407µs]" time="2021-09-24T06:45:40Z" level=info msg="albums: deleting aqzxerr21chz9ye7" time="2021-09-24T06:45:40Z" level=debug msg="http: POST /api/v1/batch/albums/delete (200) [17.048873ms]" time="2021-09-24T06:45:40Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [803.316µs]" time="2021-09-24T06:45:40Z" level=debug msg="http: GET /browse (200) [5.066701ms]" time="2021-09-24T06:45:40Z" level=debug msg="http: GET /api/v1/ws (200) [31.518147386s]" time="2021-09-24T06:45:40Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [10.357861ms]" time="2021-09-24T06:45:40Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [99.377562ms]" time="2021-09-24T06:45:42Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.594196ms]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.40353ms]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.732445ms]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [152.595µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [161.747µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [178.889µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [130.275µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [106.899µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [110.403µs]" time="2021-09-24T06:45:42Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.711525ms]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [124.827µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [99.519µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [142.368µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.472304ms]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [140.336µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [162.754µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [131.448µs]" time="2021-09-24T06:45:42Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.96122ms]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [139.846µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [129.622µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [190.986µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [139.177µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [192.511µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [182.073µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [163.564µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [132.857µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [125.629µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [135.466µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [154.199µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.63792ms]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [144.688µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [124.152µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [108.476µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [121.914µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [97.619µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [132.118µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [141.406µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [104.437µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [114.617µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [146.472µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [141.889µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [89.68µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [140.493µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [135.506µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [133.325µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [104.83µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [147.77µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [132.088µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [131.593µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [130.211µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [120.861µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [94.601µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [89.91µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [95.555µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [117.178µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [105.255µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [128.552µs]" time="2021-09-24T06:45:42Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [131.572µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [153.977µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [134.095µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [98.193µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [127.512µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [127.756µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [114.003µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [99.922µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [128.403µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [114.967µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [125.93µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [100.539µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [153.883µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [118.526µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [124.344µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [125.789µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [98.751µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [107.22µs]" time="2021-09-24T06:45:43Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [128.216µs]" time="2021-09-24T06:45:44Z" level=info msg="photos: found 60 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.355462ms]" time="2021-09-24T06:45:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [27.970824ms]" time="2021-09-24T06:45:45Z" level=info msg="photos: found 8 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [2.251025ms]" time="2021-09-24T06:45:45Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [5.504372ms]" time="2021-09-24T06:45:45Z" level=info msg="photos: found 68 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [10.102259ms]" time="2021-09-24T06:45:45Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [30.336831ms]" time="2021-09-24T06:45:56Z" level=debug msg="http: GET /api/v1/albums?q=&count=1000&offset=0&type=album (200) [741.573µs]" time="2021-09-24T06:46:03Z" level=debug msg="http: GET /browse (200) [6.127428ms]" time="2021-09-24T06:46:03Z" level=debug msg="http: GET /api/v1/ws (200) [21.907896695s]" time="2021-09-24T06:46:03Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.818127ms]" time="2021-09-24T06:46:03Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [97.929109ms]" time="2021-09-24T06:46:04Z" level=debug msg="http: GET /static/img/logo-avatar.svg (200) [242.125µs]" time="2021-09-24T06:46:04Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.479868ms]" time="2021-09-24T06:46:04Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.577836ms]" time="2021-09-24T06:46:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [26.895957ms]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [189.736µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [164.176µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [162.41µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [188.314µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [150.833µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [132.717µs]" time="2021-09-24T06:46:05Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.332337ms]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.068434ms]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [138.218µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [414.27µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [184.336µs]" time="2021-09-24T06:46:05Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [16.867568ms]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [176.567µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [166.123µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [172.777µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [100.434µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [110.62µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [175.227µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [47.143249ms]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [180.659µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [167.921µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [487.619µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [131.571µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [141.217µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [138.541µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [163.097µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [127.627µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [156.865µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [121.498µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [141.209µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [145.946µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [175.829µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [100.725µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [154.904µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [135.389µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [149.275µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [133.024µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [174.152µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [135.68µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [156.058µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [117.056µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [122.322µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [140.988µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [145.452µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [152.204µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [146.491µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [160.968µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [163.249µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [127.188µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [98.062µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [140.188µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [141.066µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [122.523µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [114.391µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [130.002µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [166.057µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [123.766µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [105.001µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [113.496µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [175.765µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [113.121µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [104.057µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [134.851µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [153.957µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [115.615µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [138.335µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [138.745µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [123.389µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [119.681µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [168.64µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [144.022µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [145.261µs]" time="2021-09-24T06:46:05Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [122.589µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.746054ms]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqnqtnv3f5ibtghn:tile_500 [4.423µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [321.46µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqnah1mlu18nkw5y:tile_500 [3.48µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [163.097µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m3ralbeur8:tile_500 [2.28µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [117.581µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m1h8qd6czu:tile_500 [2.031µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [127.184µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr72fxziu7do:tile_500 [2.438µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [215.26µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr786sc7zz3b:tile_500 [1.714µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [112.517µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr72lk7l5jal:tile_500 [4.049µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [196.411µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m16ogr95li:tile_500 [4.049µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [173.726µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr77il8cr8g8:tile_500 [3.647µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [207.32µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m36lkobl18:tile_500 [2.851µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [155.161µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr7277y14dl4:tile_500 [3.935µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [176.847µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr73d4khlo9d:tile_500 [2.17µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [146.815µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr716gxvw2gk:tile_500 [1.986µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [171.368µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71p6zo22dk:tile_500 [4.199µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [183.659µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71pa8hobcu:tile_500 [4.038µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [173.73µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr73qmi2bmrj:tile_500 [3.27µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [161.732µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71kb5nyuyb:tile_500 [3.087µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [165.998µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71rt835kpf:tile_500 [4.33µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [164.189µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr73gwwnd233:tile_500 [3.116µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [177.691µs]" time="2021-09-24T06:46:06Z" level=debug msg="api: cache hit for album-cover:aqzuej1klvuno4ib:tile_500 [4.037µs]" time="2021-09-24T06:46:06Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [156.694µs]" time="2021-09-24T06:46:07Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=March+2014&category=&type=month (200) [1.011002ms]" time="2021-09-24T06:46:19Z" level=info msg="Album saved" time="2021-09-24T06:46:19Z" level=debug msg="http: PUT /api/v1/albums/aqmxlr71rt835kpf (200) [10.46984ms]" time="2021-09-24T06:46:20Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf (200) [282.391µs]" time="2021-09-24T06:46:20Z" level=info msg="photos: found 2 results for filter:\"public:true year:2014 month:3\" public:true dist:20 year:2014 month:3 album:aqmxlr71rt835kpf count:60 order:oldest merged:true [957.683µs]" time="2021-09-24T06:46:20Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71rt835kpf&filter=public:true+year:2014+month:3&merged=true&country=&camera=0&order=oldest&q= (200) [1.928094ms]" time="2021-09-24T06:46:20Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.683526ms]" time="2021-09-24T06:46:20Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=Mountains&type=month (200) [758.622µs]" time="2021-09-24T06:46:21Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf (200) [320.338µs]" time="2021-09-24T06:46:21Z" level=info msg="photos: found 2 results for filter:\"public:true year:2014 month:3\" public:true dist:20 year:2014 month:3 album:aqmxlr71rt835kpf count:60 order:oldest merged:true [1.029309ms]" time="2021-09-24T06:46:21Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71rt835kpf&filter=public:true+year:2014+month:3&merged=true&country=&camera=0&order=oldest&q= (200) [1.9176ms]" time="2021-09-24T06:46:23Z" level=info msg="Album saved" time="2021-09-24T06:46:23Z" level=debug msg="http: PUT /api/v1/albums/aqmxlr71rt835kpf (200) [21.652281ms]" time="2021-09-24T06:46:23Z" level=info msg="photos: found 2 results for filter:\"public:true year:2014 month:3\" public:true dist:20 year:2014 month:3 album:aqmxlr71rt835kpf count:120 order:oldest merged:true [860.014µs]" time="2021-09-24T06:46:23Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlr71rt835kpf&filter=public:true+year:2014+month:3&merged=true&country=&camera=0&order=oldest&q= (200) [1.743804ms]" time="2021-09-24T06:46:24Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.571432ms]" time="2021-09-24T06:46:24Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=March+2014&category=&type=month (200) [1.225839ms]" time="2021-09-24T06:46:35Z" level=debug msg="http: GET /browse (200) [5.055867ms]" time="2021-09-24T06:46:35Z" level=debug msg="http: GET /api/v1/ws (200) [31.475632793s]" time="2021-09-24T06:46:35Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [12.93519ms]" time="2021-09-24T06:46:35Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.52161ms]" time="2021-09-24T06:46:36Z" level=debug msg="http: GET /static/img/logo-avatar.svg (200) [241.366µs]" time="2021-09-24T06:46:36Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.349589ms]" time="2021-09-24T06:46:36Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.393073ms]" time="2021-09-24T06:46:36Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [26.816611ms]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [239.769µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [133.716µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [162.469µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [136.682µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [134.633µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [187.536µs]" time="2021-09-24T06:46:37Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.234544ms]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [324.133µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [13.994133ms]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [2.828173ms]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [165.824µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [147.445µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [190.666µs]" time="2021-09-24T06:46:37Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.339923ms]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [192.41µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [143.079µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [161.562µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [172.679µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [171.306µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [137.625µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [194.601µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [139.1µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [167.976µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [43.201103ms]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [130.492µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [123.051µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [108.158µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [145.022µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [112.459µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [147.654µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [124.062µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [141.518µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [132.68µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [137.496µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [119.919µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [149.481µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [125.84µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [165.106µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [110.313µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [127.559µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [137.459µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [125.339µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [136.342µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [135.024µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [132.008µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [171.86µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [124.478µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [131.123µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [108.812µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [99.106µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [144.663µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [110.708µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [91.706µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [147.344µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [115.304µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [152.951µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [152.281µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [140.132µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [116.879µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [111.394µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [144.193µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [151.233µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [130.742µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [275.248µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [119.85µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [130.746µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [119.521µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [131.389µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [127.648µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [128.738µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [121.98µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [148.11µs]" time="2021-09-24T06:46:37Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [124.073µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.678663ms]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqnqtnv3f5ibtghn:tile_500 [4.273µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [210.966µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqnah1mlu18nkw5y:tile_500 [4.244µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [188.914µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqnah1m3ralbeur8:tile_500 [2.271µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [129.317µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqnah1m1h8qd6czu:tile_500 [2.487µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [205.842µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr72fxziu7do:tile_500 [2.374µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [139.109µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr786sc7zz3b:tile_500 [2.324µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [143.781µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr72lk7l5jal:tile_500 [3.993µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [219.875µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqnah1m16ogr95li:tile_500 [4.167µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [165.102µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr77il8cr8g8:tile_500 [2.774µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [170.044µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqnah1m36lkobl18:tile_500 [3.225µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [218.074µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr7277y14dl4:tile_500 [5.167µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [156.183µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr73d4khlo9d:tile_500 [2.438µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [129.54µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr716gxvw2gk:tile_500 [2.275µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [194.563µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr71p6zo22dk:tile_500 [3.81µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [166.201µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr71pa8hobcu:tile_500 [4.257µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [219.794µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr73qmi2bmrj:tile_500 [3.149µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [139.831µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr71kb5nyuyb:tile_500 [2.404µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [173.831µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr71rt835kpf:tile_500 [3.725µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [170.402µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr73gwwnd233:tile_500 [2.468µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [138.856µs]" time="2021-09-24T06:46:38Z" level=debug msg="api: cache hit for album-cover:aqzuej1klvuno4ib:tile_500 [2.003µs]" time="2021-09-24T06:46:38Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [103.845µs]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn (200) [302.571µs]" time="2021-09-24T06:46:39Z" level=info msg="photos: found 8 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:60 order:oldest merged:true [2.060604ms]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnqtnv3f5ibtghn&filter=public:true+year:2021+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [4.553674ms]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [117.905µs]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /api/v1/t/fd62f95cafc43bbdbce2aac3375b1af993197e98/public/tile_500 (200) [5.257931ms]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /browse (200) [5.594647ms]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /api/v1/ws (200) [4.067015637s]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [14.045072ms]" time="2021-09-24T06:46:39Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.000358ms]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /static/img/logo-avatar.svg (200) [296.238µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.465746ms]" time="2021-09-24T06:46:41Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.87529ms]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.724889ms]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [196.488µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [135.371µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [176.847µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [117.46µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [107.288µs]" time="2021-09-24T06:46:41Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.414041ms]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [155.606µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [114.442µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [139.04µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.079905ms]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [143.282µs]" time="2021-09-24T06:46:41Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.116041ms]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [143.022µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [148.051µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [140.933µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [138.219µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [134.702µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [174.371µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [239.752µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [126.046µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [150.707µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.491095ms]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [145.732µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [132.794µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [146.201µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [155.172µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [112.733µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [122.524µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [145.837µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [117.432µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [132.632µs]" time="2021-09-24T06:46:41Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [116.965µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [167.122µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [120.319µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [125.041µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [123.33µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [139.219µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [167.302µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [108.521µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [124.009µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [131.698µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [117.046µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [108.563µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [167.77µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [138.146µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [169.147µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [129.05µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [129.595µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [126.4µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [120.625µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [131.863µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [100.055µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [134.363µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [108.73µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [85.37µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [235.676µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [128.166µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [132.716µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [96.258µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [123.614µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [139.953µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [89.761µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [147.7µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [110.699µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [118.314µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [122.186µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [104.819µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [113.301µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [133.946µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [110.317µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [104.498µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [118.81µs]" time="2021-09-24T06:46:42Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [111.256µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.654053ms]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqnqtnv3f5ibtghn:tile_500 [3.911µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [231.121µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqnah1mlu18nkw5y:tile_500 [3.519µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [166.906µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqnah1m3ralbeur8:tile_500 [2.308µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [149.461µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqnah1m1h8qd6czu:tile_500 [1.969µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [164.151µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr72fxziu7do:tile_500 [2.021µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [192.071µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr786sc7zz3b:tile_500 [2.163µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [147.883µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr72lk7l5jal:tile_500 [3.918µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [168.445µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqnah1m16ogr95li:tile_500 [3.795µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [221.086µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr77il8cr8g8:tile_500 [3.723µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [227.31µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqnah1m36lkobl18:tile_500 [2.88µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [217.916µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr7277y14dl4:tile_500 [4.488µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [168.201µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr73d4khlo9d:tile_500 [4.122µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [193.274µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr716gxvw2gk:tile_500 [2.366µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [179.61µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr71p6zo22dk:tile_500 [3.945µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [163.001µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr71pa8hobcu:tile_500 [4.23µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [178.468µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr73qmi2bmrj:tile_500 [3.561µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [164.188µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr71kb5nyuyb:tile_500 [2.254µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [134.007µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr71rt835kpf:tile_500 [3.161µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [149.344µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqmxlr73gwwnd233:tile_500 [4.08µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [179.662µs]" time="2021-09-24T06:46:43Z" level=debug msg="api: cache hit for album-cover:aqzuej1klvuno4ib:tile_500 [4.074µs]" time="2021-09-24T06:46:43Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [154.731µs]" time="2021-09-24T06:46:44Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn (200) [260.152µs]" time="2021-09-24T06:46:44Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/links (200) [365.424µs]" time="2021-09-24T06:46:44Z" level=info msg="Album saved" time="2021-09-24T06:46:44Z" level=debug msg="http: POST /api/v1/albums/aqnqtnv3f5ibtghn/links (200) [14.998494ms]" time="2021-09-24T06:46:51Z" level=info msg="Album saved" time="2021-09-24T06:46:51Z" level=debug msg="http: PUT /api/v1/albums/aqnqtnv3f5ibtghn/links/sqzxetw1cw4wuqww (200) [13.680326ms]" time="2021-09-24T06:46:52Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn (200) [303.626µs]" time="2021-09-24T06:46:52Z" level=info msg="photos: found 8 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:60 order:oldest merged:true [1.884936ms]" time="2021-09-24T06:46:52Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnqtnv3f5ibtghn&filter=public:true+year:2021+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [4.274931ms]" time="2021-09-24T06:46:52Z" level=debug msg="http: GET /api/v1/t/fd62f95cafc43bbdbce2aac3375b1af993197e98/public/tile_500 (200) [167.856µs]" time="2021-09-24T06:46:52Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [178.318µs]" time="2021-09-24T06:46:52Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/links (200) [422.406µs]" time="2021-09-24T06:46:59Z" level=info msg="Album saved" time="2021-09-24T06:46:59Z" level=debug msg="http: PUT /api/v1/albums/aqnqtnv3f5ibtghn/links/sqzxetw1cw4wuqww (200) [17.88907ms]" time="2021-09-24T06:46:59Z" level=info msg="photos: found 8 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:120 order:oldest merged:true [1.609122ms]" time="2021-09-24T06:46:59Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqnqtnv3f5ibtghn&filter=public:true+year:2021+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [3.921499ms]" time="2021-09-24T06:47:00Z" level=info msg="Album saved" time="2021-09-24T06:47:00Z" level=debug msg="http: POST /api/v1/albums/aqnqtnv3f5ibtghn/links (200) [13.151728ms]" time="2021-09-24T06:47:00Z" level=info msg="photos: found 8 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:120 order:oldest merged:true [1.841073ms]" time="2021-09-24T06:47:00Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqnqtnv3f5ibtghn&filter=public:true+year:2021+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [4.512857ms]" time="2021-09-24T06:47:00Z" level=info msg="Album saved" time="2021-09-24T06:47:00Z" level=debug msg="http: DELETE /api/v1/albums/aqnqtnv3f5ibtghn/links/sqzxetw1cw4wuqww (200) [8.654237ms]" time="2021-09-24T06:47:00Z" level=info msg="photos: found 8 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:120 order:oldest merged:true [1.89916ms]" time="2021-09-24T06:47:00Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqnqtnv3f5ibtghn&filter=public:true+year:2021+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [4.490302ms]" time="2021-09-24T06:47:01Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.876841ms]" time="2021-09-24T06:47:01Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/links (200) [447.824µs]" time="2021-09-24T06:47:02Z" level=info msg="Album saved" time="2021-09-24T06:47:02Z" level=debug msg="http: DELETE /api/v1/albums/aqnqtnv3f5ibtghn/links/sqzxeuc21c3j0ulz (200) [13.96296ms]" time="2021-09-24T06:47:02Z" level=debug msg="http: GET /browse (200) [5.381006ms]" time="2021-09-24T06:47:02Z" level=debug msg="http: GET /api/v1/ws (200) [22.408683904s]" time="2021-09-24T06:47:02Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [13.663629ms]" time="2021-09-24T06:47:02Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [96.814279ms]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /static/img/logo-avatar.svg (200) [215.77µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.57864ms]" time="2021-09-24T06:47:04Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.939929ms]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.843545ms]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [152.652µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.979µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [209.399µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [137.119µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [126.632µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [174.7µs]" time="2021-09-24T06:47:04Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.453752ms]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [130.149µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [147.388µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.45762ms]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [180.303µs]" time="2021-09-24T06:47:04Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.372341ms]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [160.226µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [145.797µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [148.23µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [163.042µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [115.431µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [162.192µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [128.44µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [151.764µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [160.301µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [159.376µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.442673ms]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [129.334µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [141.176µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [148.766µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [114.851µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [119.661µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [111.794µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [130.354µs]" time="2021-09-24T06:47:04Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [122.897µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [156.501µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [152µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [141.579µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [121.676µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [108.397µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [138.939µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [160.323µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [125.052µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [116.31µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [133.35µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [129.773µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [107.375µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [143.612µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [151.051µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [131.498µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [138.164µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [113.791µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [136.239µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [114.499µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [116.91µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [118.004µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [126.627µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [117.655µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [135.283µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [150.178µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [122.21µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [142.08µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [112.486µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [142.642µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [115.511µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [138.829µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [148.583µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [132.309µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [100.404µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [135.298µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [136.816µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [129.628µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [139.969µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [144.998µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [106.778µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [134.317µs]" time="2021-09-24T06:47:05Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [94.511µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [820.044µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [2.18763ms]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqnqtnv3f5ibtghn:tile_500 [3.883µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [242.586µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqnah1mlu18nkw5y:tile_500 [4.077µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [183.415µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m3ralbeur8:tile_500 [2.43µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [134.659µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m1h8qd6czu:tile_500 [26.158µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [180.387µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr72fxziu7do:tile_500 [2.062µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [161.754µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr786sc7zz3b:tile_500 [1.771µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [129.178µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr72lk7l5jal:tile_500 [2.008µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [184.691µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m16ogr95li:tile_500 [3.631µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [176.422µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr77il8cr8g8:tile_500 [2.761µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [176.389µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqnah1m36lkobl18:tile_500 [2.786µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [183.744µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr7277y14dl4:tile_500 [4.052µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [162.256µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr73d4khlo9d:tile_500 [2.388µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [161.114µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr716gxvw2gk:tile_500 [2.129µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [195.517µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71p6zo22dk:tile_500 [4.086µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [147.815µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71pa8hobcu:tile_500 [3.213µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [174.627µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr73qmi2bmrj:tile_500 [4.292µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [180.456µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71kb5nyuyb:tile_500 [3.152µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [186.471µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr71rt835kpf:tile_500 [4.727µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [166.255µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqmxlr73gwwnd233:tile_500 [3.283µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [153.706µs]" time="2021-09-24T06:47:06Z" level=debug msg="api: cache hit for album-cover:aqzuej1klvuno4ib:tile_500 [4.636µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [140.532µs]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y (200) [353.925µs]" time="2021-09-24T06:47:06Z" level=info msg="photos: found 3 results for filter:\"public:true year:2020 month:12\" public:true dist:20 year:2020 month:12 album:aqnah1mlu18nkw5y count:60 order:oldest merged:true [1.10276ms]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mlu18nkw5y&filter=public:true+year:2020+month:12&merged=true&country=&camera=0&order=oldest&q= (200) [2.352411ms]" time="2021-09-24T06:47:06Z" level=debug msg="http: GET /api/v1/t/121916ba65377ab5a3fa3d44a4965d4319251b40/public/tile_500 (200) [5.02824ms]" time="2021-09-24T06:47:07Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.810576ms]" time="2021-09-24T06:47:08Z" level=debug msg="http: GET /api/v1/albums?q=&count=1000&offset=0&type=album (200) [841.174µs]" time="2021-09-24T06:47:08Z" level=debug msg="album: creating {Thumb: ThumbSrc: AlbumType: AlbumTitle:NotYetExistingAlbumForCalendar AlbumLocation: AlbumCategory: AlbumCaption: AlbumDescription: AlbumNotes: AlbumFilter: AlbumOrder: AlbumTemplate: AlbumCountry: AlbumFavorite:false AlbumPrivate:false} notyetexistingalbumforcalendar" time="2021-09-24T06:47:08Z" level=info msg="Album created" time="2021-09-24T06:47:08Z" level=debug msg="http: POST /api/v1/albums (200) [22.574085ms]" time="2021-09-24T06:47:08Z" level=info msg="photos: found 3 results for filter:\"public:true year:2020 month:12\" public:true dist:20 year:2020 month:12 album:aqnah1mlu18nkw5y count:10000 [1.160155ms]" time="2021-09-24T06:47:08Z" level=info msg="Selection added to NotYetExistingAlbumForCalendar" time="2021-09-24T06:47:08Z" level=debug msg="http: POST /api/v1/albums/aqzxeuk31mpfa9pw/clone (200) [13.437145ms]" time="2021-09-24T06:47:09Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [785.187µs]" time="2021-09-24T06:47:09Z" level=debug msg="cached album-cover:aqzxeuk31mpfa9pw:tile_500 [1.097126ms]" time="2021-09-24T06:47:09Z" level=debug msg="http: GET /api/v1/albums/aqzxeuk31mpfa9pw/t/public/tile_500 (200) [1.336105ms]" time="2021-09-24T06:47:10Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=NotYetExistingAlbumForCalendar&category=&type=album (200) [1.109722ms]" time="2021-09-24T06:47:20Z" level=debug msg="http: GET /api/v1/albums/aqzxeuk31mpfa9pw (200) [286.493µs]" time="2021-09-24T06:47:20Z" level=info msg="photos: found 3 results for dist:20 album:aqzxeuk31mpfa9pw count:60 order:oldest merged:true [1.004263ms]" time="2021-09-24T06:47:20Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqzxeuk31mpfa9pw&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [2.211457ms]" time="2021-09-24T06:47:20Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [819.941µs]" time="2021-09-24T06:47:21Z" level=info msg="albums: deleting aqzxeuk31mpfa9pw" time="2021-09-24T06:47:21Z" level=debug msg="http: POST /api/v1/batch/albums/delete (200) [17.636307ms]" time="2021-09-24T06:47:22Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [2.335208ms]" time="2021-09-24T06:47:22Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y (200) [270.817µs]" time="2021-09-24T06:47:22Z" level=info msg="photos: found 3 results for filter:\"public:true year:2020 month:12\" public:true dist:20 year:2020 month:12 album:aqnah1mlu18nkw5y count:60 order:oldest merged:true [1.073319ms]" time="2021-09-24T06:47:22Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mlu18nkw5y&filter=public:true+year:2020+month:12&merged=true&country=&camera=0&order=oldest&q= (200) [2.350216ms]" time="2021-09-24T06:47:22Z" level=debug msg="http: GET /browse (200) [5.180548ms]" time="2021-09-24T06:47:22Z" level=debug msg="http: GET /api/v1/ws (200) [19.60408051s]" time="2021-09-24T06:47:22Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.7591ms]" time="2021-09-24T06:47:23Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [108.162095ms]" time="2021-09-24T06:47:24Z" level=debug msg="http: GET /static/img/logo-avatar.svg (200) [207.309µs]" time="2021-09-24T06:47:24Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.460278ms]" time="2021-09-24T06:47:24Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [12.328716ms]" time="2021-09-24T06:47:24Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.906992ms]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [213.266µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [159.094µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [153.037µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [118.693µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [100.602µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [155.213µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [128.505µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [96.466µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [133.729µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [100.051µs]" time="2021-09-24T06:47:25Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.366479ms]" time="2021-09-24T06:47:25Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.756479ms]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.437661ms]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [193.797µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [144.307µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [139.457µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [128.15µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [165.573µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [154.096µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [137.745µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [164.294µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [42.279287ms]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [155.953µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [129.912µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [131.122µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [140.821µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [128.012µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [152.994µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [112.41µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [116.663µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [136.064µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [113.537µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [160.906µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [111.927µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [112.572µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [140.806µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [126.561µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [147.039µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [260.126µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [141.239µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [136.645µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [138.904µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [123.315µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [160.264µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [217.037µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [226.938µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [166.311µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [174.099µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [130.622µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [114.773µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [544.042µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [133.694µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [137.159µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [112.476µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [129.587µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [152.676µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [136.229µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [139.805µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [149.224µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [135.019µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [99.6µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [144.065µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [167.361µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [158.607µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [112.097µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [106.897µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [141.435µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [120.768µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [156.386µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [120.515µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [144.933µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [124.382µs]" time="2021-09-24T06:47:25Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [115.887µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.790238ms]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqnqtnv3f5ibtghn:tile_500 [4.107µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [204.851µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqnah1mlu18nkw5y:tile_500 [4.152µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [175.724µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqnah1m3ralbeur8:tile_500 [2.377µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [122.533µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqnah1m1h8qd6czu:tile_500 [3.167µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [154.129µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr72fxziu7do:tile_500 [2.859µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [145.599µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr786sc7zz3b:tile_500 [2.505µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [121.122µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr72lk7l5jal:tile_500 [4.646µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [186.99µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqnah1m16ogr95li:tile_500 [3.805µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [175.005µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr77il8cr8g8:tile_500 [2.553µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [161.715µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqnah1m36lkobl18:tile_500 [2.901µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [158.261µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr7277y14dl4:tile_500 [3.893µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [167.122µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr73d4khlo9d:tile_500 [3.57µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [154.864µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr716gxvw2gk:tile_500 [3.741µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [185.376µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr71p6zo22dk:tile_500 [4.022µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [156.255µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr71pa8hobcu:tile_500 [3.845µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [180.636µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr73qmi2bmrj:tile_500 [3.541µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [144.397µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr71kb5nyuyb:tile_500 [2.526µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [140.286µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr71rt835kpf:tile_500 [2.278µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [129.543µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqzuej1klvuno4ib:tile_500 [4.373µs]" time="2021-09-24T06:47:26Z" level=debug msg="api: cache hit for album-cover:aqmxlr73gwwnd233:tile_500 [4.348µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [187.571µs]" time="2021-09-24T06:47:26Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [255.687µs]" time="2021-09-24T06:47:33Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn (200) [292.579µs]" time="2021-09-24T06:47:33Z" level=info msg="photos: found 8 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:60 order:oldest merged:true [1.731337ms]" time="2021-09-24T06:47:33Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnqtnv3f5ibtghn&filter=public:true+year:2021+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [4.067295ms]" time="2021-09-24T06:47:33Z" level=debug msg="http: GET /api/v1/t/fd62f95cafc43bbdbce2aac3375b1af993197e98/public/tile_500 (200) [156.494µs]" time="2021-09-24T06:47:33Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [152.177µs]" time="2021-09-24T06:47:38Z" level=debug msg="http: GET /browse (200) [5.919036ms]" time="2021-09-24T06:47:39Z" level=debug msg="http: GET /api/v1/ws (200) [15.508723413s]" time="2021-09-24T06:47:39Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.10068ms]" time="2021-09-24T06:47:39Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [105.982595ms]" time="2021-09-24T06:47:40Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.620064ms]" time="2021-09-24T06:47:40Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.732988ms]" time="2021-09-24T06:47:40Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [31.417093ms]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [149.189µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [130.999µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [207.226µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [126.282µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [125.394µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [114.684µs]" time="2021-09-24T06:47:41Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.568489ms]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [132.716µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [107.203µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [137.519µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.140812ms]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [217.082µs]" time="2021-09-24T06:47:41Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.268576ms]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [146.061µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [131.142µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [157.727µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [116.416µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [182.274µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [133.322µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [107.985µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [164.933µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [138.952µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [131.964µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [135.46µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.05024ms]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [151.42µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [133.984µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [123.92µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [112.129µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [100.152µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [96.837µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [133.712µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [122.04µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [133.52µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [112.384µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [110.818µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [133.045µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [144.631µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [117.51µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [148.235µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [112.858µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [136.026µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [110.602µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [129.154µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [145.098µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [125.343µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [136.52µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [105.874µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [92.46µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [121.926µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [117.72µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [126.789µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [101.537µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [105.28µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [121.569µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [216.041µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [192.885µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [139.283µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [145.562µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [104.527µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [131.381µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [143.541µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [122.727µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [155.332µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [154.568µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [100.544µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [132.596µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [118.017µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [106.953µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [123.458µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [147.528µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [121.786µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [105.928µs]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /browse (200) [5.229343ms]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /api/v1/ws (200) [2.208469936s]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.948641ms]" time="2021-09-24T06:47:41Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [100.669681ms]" time="2021-09-24T06:47:43Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.681655ms]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.591929ms]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [31.012948ms]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [152.342µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [140.106µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [188.179µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [113.89µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [151.135µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [148.732µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [135.46µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [125.754µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [129.049µs]" time="2021-09-24T06:47:43Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.252858ms]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [108.907µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [168.495µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.649301ms]" time="2021-09-24T06:47:43Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.494194ms]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [147.273µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [130.582µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [96.102µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [158.97µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [153.498µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [117.685µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [151.112µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [136.218µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [112.882µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [135.538µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [148.374µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [127.055µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.281162ms]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [158.291µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [117.401µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [121.71µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [114.712µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [112.528µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [152.763µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [130.008µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [129.595µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [146.808µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [130.28µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [159.293µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [106.069µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [140.297µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [116.753µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [146.709µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [125.021µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [145.685µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [110.631µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [106.296µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [101.661µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [196.488µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [90.925µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [89.77µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [90.952µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [116.947µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [91.165µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [142.256µs]" time="2021-09-24T06:47:43Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [111.015µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [161.233µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [157.341µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [116.085µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [114.919µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [112.288µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [111.203µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [117.029µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [125.438µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [106.59µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [127.583µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [192.07µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [134.711µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [163.734µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [140.204µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [132.529µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [617.94µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [136.488µs]" time="2021-09-24T06:47:44Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [127.949µs]" time="2021-09-24T06:47:50Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/fit_720 (200) [643.734µs]" time="2021-09-24T06:47:50Z" level=debug msg="http: GET /api/v1/videos/5592f713f2514503224545e60463f7edc0444429/public/avc (206) [23.011818ms]" time="2021-09-24T06:47:50Z" level=debug msg="http: GET /api/v1/videos/5592f713f2514503224545e60463f7edc0444429/public/avc (206) [917.082µs]" time="2021-09-24T06:47:50Z" level=debug msg="http: GET /browse (200) [5.205803ms]" time="2021-09-24T06:47:50Z" level=debug msg="http: GET /api/v1/ws (200) [8.182124246s]" time="2021-09-24T06:47:50Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [13.656362ms]" time="2021-09-24T06:47:50Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [101.978203ms]" time="2021-09-24T06:47:51Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.682624ms]" time="2021-09-24T06:47:51Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.34447ms]" time="2021-09-24T06:47:51Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.32795ms]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [175.6µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.633µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [172.766µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [125.077µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [125.887µs]" time="2021-09-24T06:47:52Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.460756ms]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [291.836µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [268.615µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [185.689µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [192.283µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [139.759µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [1.536438ms]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [1.576473ms]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [17.463215ms]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [149.569µs]" time="2021-09-24T06:47:52Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [19.530457ms]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [126.298µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [141.063µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [380.352µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [120.704µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [126.244µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [145.922µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [115.699µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [112.194µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [161.242µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [121.132µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [135.826µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [117.174µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [109.687µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [45.242457ms]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [131.562µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [142.007µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [142.328µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [121.992µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [129.178µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [109.478µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [110.718µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [149.035µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [111.658µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [126.891µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [128.921µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [137.34µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [108.537µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [138.843µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [152.899µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [131.186µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [119.031µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [129.726µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [128.624µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [105.297µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [100.999µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [118.882µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [107.871µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [110.388µs]" time="2021-09-24T06:47:52Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [135.689µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [143.999µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [135.592µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [137.885µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [101.405µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [149.216µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [144.652µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [130.103µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [139.669µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [144.853µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [190.374µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [112.459µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [105.849µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [92.705µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [128.72µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [119.243µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [120.419µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [96.066µs]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [118.837µs]" time="2021-09-24T06:47:53Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.287335ms]" time="2021-09-24T06:47:53Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [26.181543ms]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_224 (200) [128.308µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_224 (200) [120.831µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_224 (200) [101.937µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_224 (200) [110.207µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_224 (200) [100.497µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_224 (200) [106.663µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_224 (200) [124.514µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_224 (200) [106.566µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_224 (200) [90.17µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_224 (200) [85.377µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_224 (200) [78.34µs]" time="2021-09-24T06:47:54Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.37429ms]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.084521ms]" time="2021-09-24T06:47:54Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.813343ms]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_224 (200) [139.135µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_224 (200) [112.238µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_224 (200) [98.721µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_224 (200) [99.279µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_224 (200) [108.509µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_224 (200) [144.542µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_224 (200) [136.627µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_224 (200) [113.854µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_224 (200) [114.548µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.451164ms]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_224 (200) [135.687µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_224 (200) [107.391µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_224 (200) [121.226µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_224 (200) [137.392µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_224 (200) [124.62µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_224 (200) [89.041µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_224 (200) [104.956µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_224 (200) [111.244µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_224 (200) [118.585µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_224 (200) [93.181µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_224 (200) [93.05µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_224 (200) [97.737µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_224 (200) [90.847µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_224 (200) [101.113µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_224 (200) [87.346µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_224 (200) [74.894µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_224 (200) [82.002µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_224 (200) [4.940374ms]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_224 (200) [117.506µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_224 (200) [102.251µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_224 (200) [115.748µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_224 (200) [98.674µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_224 (200) [90.242µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_224 (200) [117.941µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_224 (200) [107.842µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_224 (200) [82.455µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_224 (200) [121.991µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_224 (200) [89.476µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_224 (200) [84.044µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_224 (200) [109.571µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_224 (200) [111.002µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_224 (200) [187.662µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_224 (200) [100.959µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_224 (200) [83.736µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_224 (200) [132.976µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_224 (200) [87.907µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_224 (200) [74.423µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_224 (200) [132.577µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_224 (200) [143.28µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_224 (200) [91.556µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_224 (200) [107.872µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_224 (200) [112.713µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_224 (200) [165.018µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_224 (200) [85.582µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_224 (200) [93.02µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_224 (200) [105.611µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_224 (200) [88.921µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_224 (200) [101.332µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_224 (200) [83.148µs]" time="2021-09-24T06:47:54Z" level=debug msg="http: GET /browse (200) [7.34804ms]" time="2021-09-24T06:47:55Z" level=debug msg="http: GET /api/v1/ws (200) [3.985476864s]" time="2021-09-24T06:47:55Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [17.8825ms]" time="2021-09-24T06:47:55Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.853522ms]" time="2021-09-24T06:47:56Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.471635ms]" time="2021-09-24T06:47:56Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.811305ms]" time="2021-09-24T06:47:56Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.169406ms]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [229.447µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [134.835µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [149.901µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [159.387µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [115.454µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [136.958µs]" time="2021-09-24T06:47:57Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.629482ms]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [133.501µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [166.33µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [150.714µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.376406ms]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [139.091µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [166.535µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [130.789µs]" time="2021-09-24T06:47:57Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.949802ms]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [125.188µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [114.187µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [150.914µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [117.933µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [139.913µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [149.692µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [119.758µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [88.938µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [122.089µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [122.473µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [133.967µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [139.185µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [36.843238ms]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [112.585µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [121.465µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [131.334µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [128.043µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [136.291µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [118.167µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [136.969µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [118.268µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [113.224µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [163.394µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [113.229µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [145.859µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [106.773µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [100.254µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [140.098µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [133.087µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [154.895µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [120.317µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [110.083µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [129.572µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [125.726µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [107.893µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [131.699µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [114.34µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [120.978µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [107.468µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [107.149µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [176.919µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [128.462µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [132.912µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [129.183µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [103.524µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [118.732µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [135.726µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [180.528µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [155.504µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [167.252µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [135.086µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [105.653µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [89.676µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [128.311µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [139.753µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [127.108µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [103.642µs]" time="2021-09-24T06:47:57Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [100.834µs]" time="2021-09-24T06:47:58Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.487336ms]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.153023ms]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_50 (200) [80.882µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_50 (200) [122.975µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_50 (200) [60.295µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_50 (200) [78.243µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_50 (200) [61.33µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_50 (200) [58.462µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_50 (200) [84.116µs]" time="2021-09-24T06:47:58Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.334169ms]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_50 (200) [70.122µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_50 (200) [70.023µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_50 (200) [92.557µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_50 (200) [39.882µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.997352ms]" time="2021-09-24T06:47:58Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.224342ms]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_50 (200) [68.495µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_50 (200) [66.267µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_50 (200) [73.308µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_50 (200) [62.855µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_50 (200) [60.95µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_50 (200) [67.728µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_50 (200) [77.587µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_50 (200) [85.327µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_50 (200) [72.779µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_50 (200) [80.511µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_50 (200) [61.691µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_50 (200) [100.829µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_50 (200) [75.553µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_50 (200) [77.378µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.811556ms]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_50 (200) [77.554µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_50 (200) [76.521µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_50 (200) [52.243µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_50 (200) [66.686µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_50 (200) [93.601µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_50 (200) [75.323µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_50 (200) [69.658µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_50 (200) [102.979µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_50 (200) [52.492µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_50 (200) [56.438µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_50 (200) [73.296µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_50 (200) [75.051µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_50 (200) [67.132µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_50 (200) [74.375µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_50 (200) [63.477µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_50 (200) [64.185µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_50 (200) [78.037µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_50 (200) [77.134µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_50 (200) [385.732µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_50 (200) [395.29µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_50 (200) [216.633µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_50 (200) [205.44µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_50 (200) [264.943µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_50 (200) [259.644µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_50 (200) [214.143µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_50 (200) [378.467µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_50 (200) [240.459µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_50 (200) [323.701µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_50 (200) [397.677µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_50 (200) [213.921µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_50 (200) [232.105µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_50 (200) [235.168µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_50 (200) [236.453µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_50 (200) [238.778µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_50 (200) [263.902µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_50 (200) [258.368µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_50 (200) [364.587µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_50 (200) [222.74µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_50 (200) [210.743µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_50 (200) [227.218µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_50 (200) [226.091µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_50 (200) [255.571µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_50 (200) [246.159µs]" time="2021-09-24T06:47:58Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_50 (200) [217.598µs]" time="2021-09-24T06:47:59Z" level=debug msg="http: GET /browse (200) [5.455543ms]" time="2021-09-24T06:47:59Z" level=debug msg="http: GET /api/v1/ws (200) [3.57630437s]" time="2021-09-24T06:47:59Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.876377ms]" time="2021-09-24T06:47:59Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [105.330652ms]" time="2021-09-24T06:48:00Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.510652ms]" time="2021-09-24T06:48:00Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.143824ms]" time="2021-09-24T06:48:00Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.253094ms]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [204.797µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [131.058µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [173.815µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [142.283µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [125µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [115.024µs]" time="2021-09-24T06:48:01Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.539517ms]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [158.193µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [132.714µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [170.512µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.913338ms]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [228.341µs]" time="2021-09-24T06:48:01Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.323155ms]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [147.881µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [138.754µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [158.372µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [141.755µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [161.936µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [138.341µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [110.461µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [145.71µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [122.904µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [119.677µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [144.149µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [185.265µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [111.999µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.020446ms]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [160.399µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [117.65µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [130.062µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [117.284µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [117.673µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [136.283µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [133.597µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [102.69µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [139.924µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [145.332µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [163.301µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [93.888µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [144.866µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [129.977µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [122.956µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [100.271µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [129.389µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [113.091µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [137.168µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [130.187µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [123.398µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [109.578µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [88.402µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [125.092µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [106.031µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [99.139µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [128.719µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [119.933µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [181.354µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [134.058µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [121.593µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [105.737µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [125.424µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [111.207µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [106.721µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [146.022µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [126.28µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [137.936µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [111.067µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [118.74µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [122.351µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [133.21µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [112.985µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [108.95µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [121.797µs]" time="2021-09-24T06:48:01Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [120.409µs]" time="2021-09-24T06:48:02Z" level=debug msg="http: GET /browse (200) [10.211982ms]" time="2021-09-24T06:48:02Z" level=debug msg="http: GET /api/v1/ws (200) [2.964456731s]" time="2021-09-24T06:48:02Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.27817ms]" time="2021-09-24T06:48:02Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [99.029226ms]" time="2021-09-24T06:48:03Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.257822ms]" time="2021-09-24T06:48:03Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.147768ms]" time="2021-09-24T06:48:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.308421ms]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [142.597µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [136.971µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [167.201µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [121.868µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [116.18µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [117.806µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [170.871µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [118.302µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [138.357µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [105.309µs]" time="2021-09-24T06:48:04Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.672942ms]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [245.672µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [175.258µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [124.782µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [112.312µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [20.957627ms]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [159.709µs]" time="2021-09-24T06:48:04Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [21.293532ms]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [197.484µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [118.319µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [149.389µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [167.611µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [104.613µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [129.603µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [138.787µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [115.268µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [135.936µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [106.559µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [120.905µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [100.31µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [47.598936ms]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [130.599µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [119.059µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [135.216µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [107.247µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [133.539µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [116.662µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [148.798µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [106.278µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [126.363µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [126.481µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [139.052µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [114.281µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [142.884µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [123.168µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [121.214µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [140.404µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [114.657µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [102.969µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [118.962µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [112.695µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [121.539µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [122.715µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [116.392µs]" time="2021-09-24T06:48:04Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [113.644µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [152.369µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [134.971µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [139.758µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [91.215µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [96.524µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [145.271µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [157.005µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [153.642µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [168.3µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [172.403µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [179.251µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [148.05µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [110.261µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [131.657µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [120.863µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [130.06µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [103.517µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [108.561µs]" time="2021-09-24T06:48:05Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [985.451µs]" time="2021-09-24T06:48:06Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [207.197µs]" time="2021-09-24T06:48:06Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [159.371µs]" time="2021-09-24T06:48:06Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Kanada&category=&type=folder&order=default (200) [1.04323ms]" time="2021-09-24T06:48:18Z" level=info msg="Album saved" time="2021-09-24T06:48:18Z" level=debug msg="http: PUT /api/v1/albums/aqmxlqn2k1qfipmd (200) [37.113177ms]" time="2021-09-24T06:48:19Z" level=debug msg="http: GET /api/v1/albums/aqmxlqn2k1qfipmd (200) [308.504µs]" time="2021-09-24T06:48:19Z" level=info msg="photos: found 1 results for filter:\"path:Vacation/Kanada public:true\" path:Vacation/Kanada public:true dist:20 album:aqmxlqn2k1qfipmd count:60 order:added merged:true [988.922µs]" time="2021-09-24T06:48:19Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlqn2k1qfipmd&filter=path:Vacation%2FKanada+public:true&merged=true&country=&camera=0&order=added&q= (200) [1.684701ms]" time="2021-09-24T06:48:19Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [992.044µs]" time="2021-09-24T06:48:19Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=Mountains&type=folder&order=default (200) [977.94µs]" time="2021-09-24T06:48:20Z" level=debug msg="http: GET /api/v1/albums/aqmxlqn2k1qfipmd (200) [332.054µs]" time="2021-09-24T06:48:20Z" level=info msg="photos: found 1 results for filter:\"path:Vacation/Kanada public:true\" path:Vacation/Kanada public:true dist:20 album:aqmxlqn2k1qfipmd count:60 order:added merged:true [1.127006ms]" time="2021-09-24T06:48:20Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlqn2k1qfipmd&filter=path:Vacation%2FKanada+public:true&merged=true&country=&camera=0&order=added&q= (200) [1.760173ms]" time="2021-09-24T06:48:22Z" level=info msg="Album saved" time="2021-09-24T06:48:22Z" level=debug msg="http: PUT /api/v1/albums/aqmxlqn2k1qfipmd (200) [14.940928ms]" time="2021-09-24T06:48:22Z" level=info msg="photos: found 1 results for filter:\"path:Vacation/Kanada public:true\" path:Vacation/Kanada public:true dist:20 album:aqmxlqn2k1qfipmd count:120 order:added merged:true [893.037µs]" time="2021-09-24T06:48:22Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlqn2k1qfipmd&filter=path:Vacation%2FKanada+public:true&merged=true&country=&camera=0&order=added&q= (200) [1.615736ms]" time="2021-09-24T06:48:22Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [1.138865ms]" time="2021-09-24T06:48:23Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Kanada&category=&type=folder&order=default (200) [1.169925ms]" time="2021-09-24T06:48:33Z" level=debug msg="http: GET /browse (200) [10.299359ms]" time="2021-09-24T06:48:33Z" level=debug msg="http: GET /api/v1/ws (200) [30.385670665s]" time="2021-09-24T06:48:33Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.623664ms]" time="2021-09-24T06:48:33Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [104.574868ms]" time="2021-09-24T06:48:34Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.58028ms]" time="2021-09-24T06:48:34Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.714446ms]" time="2021-09-24T06:48:34Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [26.994411ms]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [150.07µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.977µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [210.626µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [113.322µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [97.289µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [120.769µs]" time="2021-09-24T06:48:35Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.545227ms]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [141.07µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [142.862µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [172.446µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [108.074µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.383664ms]" time="2021-09-24T06:48:35Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.462804ms]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [138.708µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [132.837µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [150.646µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [166.338µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [211.601µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [143.499µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [149.694µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [163.458µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [136.131µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [108.288µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [125.406µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.461365ms]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [158.654µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [148.597µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [151.382µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [136.462µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [114.673µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [126.029µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [113.149µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [108.077µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [139.553µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [139.944µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [148.109µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [128.944µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [157.505µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [95.129µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [110.146µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [108.67µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [148.927µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [140.291µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [124.509µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [133.482µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [167.224µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [114.141µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [110.84µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [127.36µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [151.261µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [107.636µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [97.928µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [115.697µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [128.923µs]" time="2021-09-24T06:48:35Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [126.72µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [177.884µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [126.923µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [113.16µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [116.1µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [99.616µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [99.91µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [118.684µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [159.211µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [150.248µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [119.209µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [145.053µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [113.115µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [110.721µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [128.817µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [150.744µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [103.342µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [124.509µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [126.605µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [895.119µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [192.574µs]" time="2021-09-24T06:48:36Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [126.741µs]" time="2021-09-24T06:48:37Z" level=debug msg="http: GET /api/v1/albums/aqzuegx3nl7wv052 (200) [335.892µs]" time="2021-09-24T06:48:37Z" level=info msg="photos: found 28 results for filter:\"path:Filmpreis public:true\" path:Filmpreis public:true dist:20 album:aqzuegx3nl7wv052 count:60 order:added merged:true [4.758747ms]" time="2021-09-24T06:48:37Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqzuegx3nl7wv052&filter=path:Filmpreis+public:true&merged=true&country=&camera=0&order=added&q= (200) [15.280975ms]" time="2021-09-24T06:48:38Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [176.628µs]" time="2021-09-24T06:48:38Z" level=debug msg="http: GET /browse (200) [5.620299ms]" time="2021-09-24T06:48:38Z" level=debug msg="http: GET /api/v1/ws (200) [4.367885775s]" time="2021-09-24T06:48:38Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.86033ms]" time="2021-09-24T06:48:38Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [106.717333ms]" time="2021-09-24T06:48:39Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.515183ms]" time="2021-09-24T06:48:39Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.857939ms]" time="2021-09-24T06:48:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.443939ms]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [148.531µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [137.645µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [144.145µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [132.058µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [91.378µs]" time="2021-09-24T06:48:40Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.574488ms]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [128.555µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [150.252µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [106.533µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [203.802µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [268.051µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [156.089µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [17.001373ms]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [233.931µs]" time="2021-09-24T06:48:40Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [17.488542ms]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [144.993µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [111.164µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [122.921µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [146.53µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [131.036µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [167.205µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [180.373µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [86.817µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [133.51µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [43.823868ms]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [197.194µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [94.961µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [148.751µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [108.646µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [131.385µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [124.269µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [142.465µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [130.052µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [106.399µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [100.194µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [112.583µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [100.657µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [158.644µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [108.745µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [134.076µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [107.908µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [112.359µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [131.178µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [148.266µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [118.026µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [155.931µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [110.987µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [103.279µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [129.407µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [107.464µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [113.542µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [115.992µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [110.997µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [108.203µs]" time="2021-09-24T06:48:40Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [135.104µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [148.504µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [129.833µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [164.144µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [107.635µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [159.048µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [123.933µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [109.689µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [136.255µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [125.48µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [174.33µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [123.665µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [111.825µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [127.378µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [153.016µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [149.983µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [133.097µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [122.413µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [126.899µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [900.467µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [198.619µs]" time="2021-09-24T06:48:41Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [155.008µs]" time="2021-09-24T06:48:42Z" level=debug msg="http: GET /api/v1/albums/aqzuegx3nl7wv052 (200) [264.585µs]" time="2021-09-24T06:48:42Z" level=debug msg="http: GET /api/v1/albums/aqzuegx3nl7wv052/links (200) [367.69µs]" time="2021-09-24T06:48:42Z" level=info msg="Album saved" time="2021-09-24T06:48:42Z" level=debug msg="http: POST /api/v1/albums/aqzuegx3nl7wv052/links (200) [15.784678ms]" time="2021-09-24T06:48:50Z" level=info msg="Album saved" time="2021-09-24T06:48:50Z" level=debug msg="http: PUT /api/v1/albums/aqzuegx3nl7wv052/links/sqzxex6fngat8zan (200) [14.348108ms]" time="2021-09-24T06:48:50Z" level=debug msg="http: GET /api/v1/albums/aqzuegx3nl7wv052 (200) [277.944µs]" time="2021-09-24T06:48:50Z" level=info msg="photos: found 28 results for filter:\"path:Filmpreis public:true\" path:Filmpreis public:true dist:20 album:aqzuegx3nl7wv052 count:60 order:added merged:true [4.833707ms]" time="2021-09-24T06:48:50Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqzuegx3nl7wv052&filter=path:Filmpreis+public:true&merged=true&country=&camera=0&order=added&q= (200) [15.470737ms]" time="2021-09-24T06:48:51Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [187.698µs]" time="2021-09-24T06:48:51Z" level=debug msg="http: GET /api/v1/albums/aqzuegx3nl7wv052/links (200) [467.962µs]" time="2021-09-24T06:48:58Z" level=info msg="Album saved" time="2021-09-24T06:48:58Z" level=debug msg="http: PUT /api/v1/albums/aqzuegx3nl7wv052/links/sqzxex6fngat8zan (200) [12.939286ms]" time="2021-09-24T06:48:58Z" level=info msg="photos: found 28 results for filter:\"path:Filmpreis public:true\" path:Filmpreis public:true dist:20 album:aqzuegx3nl7wv052 count:120 order:added merged:true [4.462659ms]" time="2021-09-24T06:48:58Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqzuegx3nl7wv052&filter=path:Filmpreis+public:true&merged=true&country=&camera=0&order=added&q= (200) [14.943784ms]" time="2021-09-24T06:48:59Z" level=info msg="Album saved" time="2021-09-24T06:48:59Z" level=debug msg="http: POST /api/v1/albums/aqzuegx3nl7wv052/links (200) [12.918812ms]" time="2021-09-24T06:48:59Z" level=info msg="photos: found 28 results for filter:\"path:Filmpreis public:true\" path:Filmpreis public:true dist:20 album:aqzuegx3nl7wv052 count:120 order:added merged:true [4.543206ms]" time="2021-09-24T06:48:59Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqzuegx3nl7wv052&filter=path:Filmpreis+public:true&merged=true&country=&camera=0&order=added&q= (200) [15.29154ms]" time="2021-09-24T06:48:59Z" level=info msg="Album saved" time="2021-09-24T06:48:59Z" level=debug msg="http: DELETE /api/v1/albums/aqzuegx3nl7wv052/links/sqzxex6fngat8zan (200) [10.165917ms]" time="2021-09-24T06:49:00Z" level=info msg="photos: found 28 results for filter:\"path:Filmpreis public:true\" path:Filmpreis public:true dist:20 album:aqzuegx3nl7wv052 count:120 order:added merged:true [4.53325ms]" time="2021-09-24T06:49:00Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqzuegx3nl7wv052&filter=path:Filmpreis+public:true&merged=true&country=&camera=0&order=added&q= (200) [15.518022ms]" time="2021-09-24T06:49:00Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [991.583µs]" time="2021-09-24T06:49:00Z" level=debug msg="http: GET /api/v1/albums/aqzuegx3nl7wv052/links (200) [451.329µs]" time="2021-09-24T06:49:02Z" level=info msg="Album saved" time="2021-09-24T06:49:02Z" level=debug msg="http: DELETE /api/v1/albums/aqzuegx3nl7wv052/links/sqzxexn2vloemyyh (200) [17.303359ms]" time="2021-09-24T06:49:02Z" level=debug msg="http: GET /browse (200) [5.298716ms]" time="2021-09-24T06:49:02Z" level=debug msg="http: GET /api/v1/ws (200) [23.161927032s]" time="2021-09-24T06:49:02Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.452805ms]" time="2021-09-24T06:49:02Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [99.559389ms]" time="2021-09-24T06:49:03Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.579003ms]" time="2021-09-24T06:49:03Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.581969ms]" time="2021-09-24T06:49:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.841172ms]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [205.449µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [134.15µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [220.02µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [147.768µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [124.461µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [130.57µs]" time="2021-09-24T06:49:04Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.428622ms]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [110.605µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [167.97µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [122.604µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.757585ms]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [180.735µs]" time="2021-09-24T06:49:04Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.572233ms]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [128.923µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [141.568µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [110.54µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [135.971µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [169.514µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [166.352µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [121.18µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [146.677µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [181.288µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [114.689µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.974602ms]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [175.139µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [145.1µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [134.53µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [130.211µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [128.506µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [113.574µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [108.952µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [138.798µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [143.137µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [133.49µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [115.255µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [113.206µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [103.366µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [153.639µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [101.941µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [151.597µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [141.681µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [127.731µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [106.199µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [119.679µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [120.143µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [162.759µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [141.019µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [117.152µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [113.21µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [120.109µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [111.825µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [122.463µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [105.805µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [108.949µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [125.676µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [169.889µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [161.468µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [113.015µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [110.783µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [90.024µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [104.643µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [159.809µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [153.523µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [112.79µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [153.551µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [126.129µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [106.671µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [122.181µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [127.089µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [110.464µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [130.429µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [133.218µs]" time="2021-09-24T06:49:04Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [106.344µs]" time="2021-09-24T06:49:05Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [727.937µs]" time="2021-09-24T06:49:05Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [1.150993ms]" time="2021-09-24T06:49:05Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [177.579µs]" time="2021-09-24T06:49:05Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [156.611µs]" time="2021-09-24T06:49:06Z" level=debug msg="http: GET /api/v1/albums/aqmxlqn1jjo8z5so (200) [297.623µs]" time="2021-09-24T06:49:06Z" level=info msg="photos: found 1 results for filter:\"path:Vacation/Kanada/BotanicalGarden public:true\" path:Vacation/Kanada/BotanicalGarden public:true dist:20 album:aqmxlqn1jjo8z5so count:60 order:added merged:true [1.553152ms]" time="2021-09-24T06:49:06Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlqn1jjo8z5so&filter=path:Vacation%2FKanada%2FBotanicalGarden+public:true&merged=true&country=&camera=0&order=added&q= (200) [2.264134ms]" time="2021-09-24T06:49:06Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [981.521µs]" time="2021-09-24T06:49:07Z" level=debug msg="http: GET /api/v1/albums?q=&count=1000&offset=0&type=album (200) [727.058µs]" time="2021-09-24T06:49:07Z" level=debug msg="album: creating {Thumb: ThumbSrc: AlbumType: AlbumTitle:NotYetExistingAlbumForFolder AlbumLocation: AlbumCategory: AlbumCaption: AlbumDescription: AlbumNotes: AlbumFilter: AlbumOrder: AlbumTemplate: AlbumCountry: AlbumFavorite:false AlbumPrivate:false} notyetexistingalbumforfolder" time="2021-09-24T06:49:07Z" level=info msg="Album created" time="2021-09-24T06:49:07Z" level=debug msg="http: POST /api/v1/albums (200) [17.442122ms]" time="2021-09-24T06:49:07Z" level=info msg="photos: found 1 results for filter:\"path:Vacation/Kanada/BotanicalGarden public:true\" path:Vacation/Kanada/BotanicalGarden public:true dist:20 album:aqmxlqn1jjo8z5so count:10000 [1.040613ms]" time="2021-09-24T06:49:07Z" level=info msg="Selection added to NotYetExistingAlbumForFolder" time="2021-09-24T06:49:07Z" level=debug msg="http: POST /api/v1/albums/aqzxexvy573agdqj/clone (200) [5.890458ms]" time="2021-09-24T06:49:08Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [881.37µs]" time="2021-09-24T06:49:08Z" level=debug msg="cached album-cover:aqzxexvy573agdqj:tile_500 [1.130018ms]" time="2021-09-24T06:49:08Z" level=debug msg="http: GET /api/v1/albums/aqzxexvy573agdqj/t/public/tile_500 (200) [1.287285ms]" time="2021-09-24T06:49:08Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=NotYetExistingAlbumForFolder&category=&type=album (200) [980.842µs]" time="2021-09-24T06:49:19Z" level=debug msg="http: GET /api/v1/albums/aqzxexvy573agdqj (200) [334.123µs]" time="2021-09-24T06:49:19Z" level=info msg="photos: found 1 results for dist:20 album:aqzxexvy573agdqj count:60 order:oldest merged:true [788.031µs]" time="2021-09-24T06:49:19Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqzxexvy573agdqj&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.466385ms]" time="2021-09-24T06:49:19Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [707.26µs]" time="2021-09-24T06:49:20Z" level=info msg="albums: deleting aqzxexvy573agdqj" time="2021-09-24T06:49:20Z" level=debug msg="http: POST /api/v1/batch/albums/delete (200) [17.736256ms]" time="2021-09-24T06:49:21Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [1.030522ms]" time="2021-09-24T06:49:21Z" level=debug msg="http: GET /api/v1/albums/aqmxlqn1jjo8z5so (200) [278.89µs]" time="2021-09-24T06:49:21Z" level=info msg="photos: found 1 results for filter:\"path:Vacation/Kanada/BotanicalGarden public:true\" path:Vacation/Kanada/BotanicalGarden public:true dist:20 album:aqmxlqn1jjo8z5so count:60 order:added merged:true [1.015615ms]" time="2021-09-24T06:49:21Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlqn1jjo8z5so&filter=path:Vacation%2FKanada%2FBotanicalGarden+public:true&merged=true&country=&camera=0&order=added&q= (200) [1.671604ms]" time="2021-09-24T06:49:21Z" level=debug msg="http: GET /browse (200) [17.249717ms]" time="2021-09-24T06:49:21Z" level=debug msg="http: GET /api/v1/ws (200) [18.995165468s]" time="2021-09-24T06:49:21Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.341564ms]" time="2021-09-24T06:49:21Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [104.582894ms]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.296596ms]" time="2021-09-24T06:49:23Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.45246ms]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [30.629315ms]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [167.21µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [147.373µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [198.088µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [139.242µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [160.33µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [168.391µs]" time="2021-09-24T06:49:23Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.28986ms]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [195.887µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [91.967µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [99.048µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [169.199µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.174437ms]" time="2021-09-24T06:49:23Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.41316ms]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [139.888µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [161.664µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [129.67µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [114.037µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [168.805µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [145.212µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [139.399µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [153.096µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [162.55µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [134.352µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [145.48µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [41.233325ms]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [146.219µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [136.946µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [119.679µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [146.726µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [142.311µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [186.329µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [158.313µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [139.385µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [164.747µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [131.939µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [155.771µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [126.887µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [168.37µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [122.888µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [176.979µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [117.204µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [112.791µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [129.376µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [137.924µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [145.645µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [125.302µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [108.519µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [140.985µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [139.895µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [125.114µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [112.219µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [125.866µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [126.01µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [137.364µs]" time="2021-09-24T06:49:23Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [109.513µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [140.573µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [155.466µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [114.578µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [138.299µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [130.843µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [97.422µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [107.001µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [136.996µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [139.921µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [138.374µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [153.499µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [128.402µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [120.103µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [134.214µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [161.417µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [111.219µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [110.143µs]" time="2021-09-24T06:49:24Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [123.913µs]" time="2021-09-24T06:49:25Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [905.505µs]" time="2021-09-24T06:49:25Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [203.15µs]" time="2021-09-24T06:49:25Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [141.964µs]" time="2021-09-24T06:49:31Z" level=debug msg="http: GET /api/v1/albums/aqzuegx3nl7wv052 (200) [346.746µs]" time="2021-09-24T06:49:31Z" level=info msg="photos: found 28 results for filter:\"path:Filmpreis public:true\" path:Filmpreis public:true dist:20 album:aqzuegx3nl7wv052 count:60 order:added merged:true [4.775043ms]" time="2021-09-24T06:49:31Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqzuegx3nl7wv052&filter=path:Filmpreis+public:true&merged=true&country=&camera=0&order=added&q= (200) [15.236396ms]" time="2021-09-24T06:49:32Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [168.241µs]" time="2021-09-24T06:49:37Z" level=debug msg="http: GET /browse (200) [5.719127ms]" time="2021-09-24T06:49:37Z" level=debug msg="http: GET /api/v1/ws (200) [15.571340091s]" time="2021-09-24T06:49:37Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [12.983168ms]" time="2021-09-24T06:49:37Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [104.810616ms]" time="2021-09-24T06:49:39Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.328863ms]" time="2021-09-24T06:49:39Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.936761ms]" time="2021-09-24T06:49:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.046493ms]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [207.473µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [146.565µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [154.308µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [149.286µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [138.105µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [144.839µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [167.847µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [121.748µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [141.254µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [112.846µs]" time="2021-09-24T06:49:40Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.22378ms]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [171.806µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [157.92µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.121333ms]" time="2021-09-24T06:49:40Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.219197ms]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [138.448µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [114.236µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [149.996µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [150.667µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [139.12µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [168.574µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [148.877µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [111.081µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [140.951µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [153.905µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [136.284µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.226954ms]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [139.11µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [166.142µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [153.61µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [136.142µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [202.781µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [128.422µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [158.827µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [136.519µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [113.255µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [129.657µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [161.017µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [113.638µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [145.313µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [104.781µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [116.523µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [126.465µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [126.985µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [145.038µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [124.271µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [104.7µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [131.617µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [102.452µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [124.822µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [129.105µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [105.511µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [93.883µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [100.286µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [107.335µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [206.708µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [163.363µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [149.769µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [121.679µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [104.847µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [134.708µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [172.362µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [122.702µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [126.627µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [114.899µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [132.167µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [119.891µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [98.685µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [145.581µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [135.382µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [106.725µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [114.79µs]" time="2021-09-24T06:49:40Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [110.03µs]" time="2021-09-24T06:49:41Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [1.027756ms]" time="2021-09-24T06:49:41Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [163.786µs]" time="2021-09-24T06:49:41Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [5.066248ms]" time="2021-09-24T06:49:41Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all=true (200) [1.799743ms]" time="2021-09-24T06:49:41Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=24&q=&all=true (200) [501.449µs]" time="2021-09-24T06:49:41Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=&all= (200) [850.69µs]" time="2021-09-24T06:49:42Z" level=info msg="search: label Beacon includes 1 categories" time="2021-09-24T06:49:42Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=beacon&all= (200) [783.867µs]" time="2021-09-24T06:49:53Z" level=info msg="search: label beacon includes 0 categories" time="2021-09-24T06:49:53Z" level=info msg="photos: found 1 results for public:true dist:20 label:beacon year:0 month:0 count:60 order:newest merged:true [1.377022ms]" time="2021-09-24T06:49:53Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:beacon&public=true&quality=0 (200) [2.025507ms]" time="2021-09-24T06:49:54Z" level=debug msg="http: GET /api/v1/svg/photo (200) [194.326µs]" time="2021-09-24T06:49:54Z" level=debug msg="http: GET /api/v1/photos/pqmxlr63s7c33i4r (200) [2.475961ms]" time="2021-09-24T06:49:55Z" level=debug msg="counts: updated places [536.708µs]" time="2021-09-24T06:49:55Z" level=debug msg="counts: updated subjects [432.58µs]" time="2021-09-24T06:49:55Z" level=debug msg="counts: updated labels [5.412118ms]" time="2021-09-24T06:49:55Z" level=info msg="photos: found 1 results for id:pqmxlr63s7c33i4r merged:true [1.890959ms]" time="2021-09-24T06:49:55Z" level=info msg="label removed" time="2021-09-24T06:49:55Z" level=debug msg="http: DELETE /api/v1/photos/pqmxlr63s7c33i4r/label/24 (200) [42.883155ms]" time="2021-09-24T06:49:55Z" level=debug msg="counts: updated places [233.652µs]" time="2021-09-24T06:49:55Z" level=debug msg="counts: updated subjects [144.312µs]" time="2021-09-24T06:49:55Z" level=debug msg="counts: updated labels [3.774822ms]" time="2021-09-24T06:49:55Z" level=info msg="photos: found 1 results for id:pqmxlr63s7c33i4r merged:true [903.283µs]" time="2021-09-24T06:49:55Z" level=info msg="label updated" time="2021-09-24T06:49:55Z" level=debug msg="http: POST /api/v1/photos/pqmxlr63s7c33i4r/label (200) [42.288198ms]" time="2021-09-24T06:49:56Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=&all= (200) [847.343µs]" time="2021-09-24T06:49:56Z" level=debug msg="cached label-cover:lqzxez72pap3uk2i:tile_500 [885.933µs]" time="2021-09-24T06:49:56Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [1.136981ms]" time="2021-09-24T06:49:57Z" level=info msg="search: label Beacon includes 1 categories" time="2021-09-24T06:49:57Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=beacon&all= (200) [579µs]" time="2021-09-24T06:50:14Z" level=debug msg="http: GET /browse (200) [5.065553ms]" time="2021-09-24T06:50:14Z" level=debug msg="http: GET /api/v1/ws (200) [36.365983926s]" time="2021-09-24T06:50:14Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [11.563317ms]" time="2021-09-24T06:50:14Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [105.626746ms]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.357095ms]" time="2021-09-24T06:50:16Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.597962ms]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.177322ms]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [223.866µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [173.506µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [184.374µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [166.12µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [126.711µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [124.859µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [138.809µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [124.218µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [152.286µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [144.663µs]" time="2021-09-24T06:50:16Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.346671ms]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [220.251µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.678342ms]" time="2021-09-24T06:50:16Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.987508ms]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [153.196µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [143.883µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [121.042µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [162.002µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [129.512µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [132.103µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [148.441µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [125.556µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [119.777µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [135.903µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [144.4µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.60919ms]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [125.873µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [136.95µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [120.898µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [113.536µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [135.225µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [122.622µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [136.318µs]" time="2021-09-24T06:50:16Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [114.4µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [132.504µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [118.721µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [131.194µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [139.528µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [124.801µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [123.681µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [132.571µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [124.048µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [110.531µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [143.792µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [127.99µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [154.088µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [127.48µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [129.601µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [102.74µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [103.375µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [131.913µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [106.241µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [123.116µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [108.976µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [125.28µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [196.593µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [132.527µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [105.181µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [86.897µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [137.202µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [152.738µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [153.78µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [175.745µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [123.201µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [122.11µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [126.661µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [110.951µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [140.034µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [136.668µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [154.121µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [125.998µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [125.884µs]" time="2021-09-24T06:50:17Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [111.058µs]" time="2021-09-24T06:50:18Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [875.792µs]" time="2021-09-24T06:50:18Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [141.032µs]" time="2021-09-24T06:50:18Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [115.424µs]" time="2021-09-24T06:50:18Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.241µs]" time="2021-09-24T06:50:18Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [148.685µs]" time="2021-09-24T06:50:18Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all=true (200) [1.258469ms]" time="2021-09-24T06:50:18Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=24&q=&all=true (200) [464.286µs]" time="2021-09-24T06:50:18Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=&all= (200) [943.138µs]" time="2021-09-24T06:50:19Z" level=info msg="search: label Beacon includes 1 categories" time="2021-09-24T06:50:19Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=beacon&all= (200) [558.11µs]" time="2021-09-24T06:50:36Z" level=debug msg="http: GET /browse (200) [17.21671ms]" time="2021-09-24T06:50:36Z" level=debug msg="http: GET /api/v1/ws (200) [21.565983891s]" time="2021-09-24T06:50:36Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [17.014221ms]" time="2021-09-24T06:50:37Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [97.756824ms]" time="2021-09-24T06:50:38Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.482728ms]" time="2021-09-24T06:50:38Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.712281ms]" time="2021-09-24T06:50:38Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.514259ms]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [178.323µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [142.171µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [192.785µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [145.147µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [126.498µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [118.287µs]" time="2021-09-24T06:50:39Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.69706ms]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [124.582µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [140.445µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [166.87µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [108.332µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.117831ms]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [166.941µs]" time="2021-09-24T06:50:39Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.333807ms]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [143.808µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [124.478µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [115.788µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [134.775µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [144.745µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [115.445µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [180.015µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [160.481µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [142.265µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [130.931µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [145.143µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [142.115µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [171.021µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [149.497µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.907558ms]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [134.553µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [120.135µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [139.051µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [113.775µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [116.947µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [109.152µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [144.279µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [121.355µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [161.176µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [104.482µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [144.438µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [113.032µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [111.187µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [94.341µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [155.731µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [148.681µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [132.399µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [107.651µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [123.706µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [99.444µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [89.271µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [128.114µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [121.995µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [124.111µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [114.163µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [123.454µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [177.903µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [122.735µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [116.608µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [128.701µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [97.16µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [120.56µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [118.771µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [153.546µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [125.3µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [145.719µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [154.584µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [129.314µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [161.875µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [126.751µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [137.548µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [126.148µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [119.767µs]" time="2021-09-24T06:50:39Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [122.434µs]" time="2021-09-24T06:50:40Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [826.089µs]" time="2021-09-24T06:50:40Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [143.04µs]" time="2021-09-24T06:50:40Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [150.327µs]" time="2021-09-24T06:50:40Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.534µs]" time="2021-09-24T06:50:40Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [153.287µs]" time="2021-09-24T06:50:40Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all=true (200) [952.852µs]" time="2021-09-24T06:50:40Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=24&q=&all=true (200) [447.619µs]" time="2021-09-24T06:50:41Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=&all= (200) [860.439µs]" time="2021-09-24T06:50:41Z" level=info msg="search: label Beacon includes 1 categories" time="2021-09-24T06:50:41Z" level=debug msg="http: GET /api/v1/labels?count=48&offset=0&q=beacon&all= (200) [562.289µs]" time="2021-09-24T06:50:59Z" level=debug msg="http: GET /browse (200) [5.611396ms]" time="2021-09-24T06:50:59Z" level=debug msg="http: GET /api/v1/ws (200) [21.619379607s]" time="2021-09-24T06:50:59Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.502166ms]" time="2021-09-24T06:50:59Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.898634ms]" time="2021-09-24T06:51:00Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.61494ms]" time="2021-09-24T06:51:00Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.979387ms]" time="2021-09-24T06:51:00Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.75493ms]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [146.546µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [150.384µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [161.643µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [132.362µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [123.356µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [146.998µs]" time="2021-09-24T06:51:01Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.597035ms]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [140.713µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [87.621µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [156.741µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.281127ms]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [146.61µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [150.634µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [139.815µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [138.381µs]" time="2021-09-24T06:51:01Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.04946ms]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [92.013µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [182.468µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [143.769µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [131.879µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [221.778µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [170.625µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [140.657µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [108.943µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [192.444µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [124.248µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [136.332µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [114.806µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.757513ms]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [139.804µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [143.309µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [135.875µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [130.156µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [120.694µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [146.139µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [134.961µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [144.167µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [153.227µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [134.534µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [124.952µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [108.764µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [112.781µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [135.839µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [123.296µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [126.915µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [146.798µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [116.349µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [111.637µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [117.07µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [101.519µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [124.858µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [127.293µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [121.882µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [127.524µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [173.152µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [147.014µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [121.065µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [137.722µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [109.779µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [101.516µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [83.182µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [147.926µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [490.105µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [143.901µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [132.667µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [121.32µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [127.804µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [100.374µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [165.783µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [136.802µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [109.59µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [125.36µs]" time="2021-09-24T06:51:01Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [103.437µs]" time="2021-09-24T06:51:02Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [820.195µs]" time="2021-09-24T06:51:02Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [167.709µs]" time="2021-09-24T06:51:02Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [109.696µs]" time="2021-09-24T06:51:02Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.067µs]" time="2021-09-24T06:51:02Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [185.782µs]" time="2021-09-24T06:51:03Z" level=info msg="search: label Zebra includes 1 categories" time="2021-09-24T06:51:03Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=zebra&all= (200) [609.247µs]" time="2021-09-24T06:51:13Z" level=info msg="search: label zebra includes 0 categories" time="2021-09-24T06:51:13Z" level=info msg="photos: found 3 results for public:true dist:20 label:zebra year:0 month:0 count:60 order:newest merged:true [1.683504ms]" time="2021-09-24T06:51:13Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:zebra&public=true&quality=0 (200) [3.013985ms]" time="2021-09-24T06:51:14Z" level=debug msg="http: GET /api/v1/svg/photo (200) [139.666µs]" time="2021-09-24T06:51:14Z" level=debug msg="http: GET /api/v1/photos/pqmxlr2246libzzo (200) [2.582ms]" time="2021-09-24T06:51:16Z" level=debug msg="photo: using label Horse to create title for pqmxlr2246libzzo" time="2021-09-24T06:51:16Z" level=debug msg="photo: changed title of pqmxlr2246libzzo to “Horse / South Africa / 2013”" time="2021-09-24T06:51:16Z" level=debug msg="counts: updated places [514.712µs]" time="2021-09-24T06:51:16Z" level=debug msg="counts: updated subjects [314.376µs]" time="2021-09-24T06:51:16Z" level=debug msg="counts: updated labels [1.290589ms]" time="2021-09-24T06:51:16Z" level=info msg="photos: found 1 results for id:pqmxlr2246libzzo merged:true [1.791959ms]" time="2021-09-24T06:51:16Z" level=info msg="label saved" time="2021-09-24T06:51:16Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr2246libzzo/label/13 (200) [59.486379ms]" time="2021-09-24T06:51:16Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [871.949µs]" time="2021-09-24T06:51:17Z" level=info msg="search: label Horse includes 1 categories" time="2021-09-24T06:51:17Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=horse&all= (200) [683.056µs]" time="2021-09-24T06:51:28Z" level=info msg="search: label horse includes 0 categories" time="2021-09-24T06:51:28Z" level=info msg="photos: found 3 results for public:true dist:20 label:horse year:0 month:0 count:60 order:newest merged:true [1.662394ms]" time="2021-09-24T06:51:28Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:horse&public=true&quality=0 (200) [2.966413ms]" time="2021-09-24T06:51:28Z" level=debug msg="http: GET /api/v1/photos/pqmxlr2246libzzo (200) [2.274795ms]" time="2021-09-24T06:51:29Z" level=debug msg="photo: using label Zebra to create title for pqmxlr2246libzzo" time="2021-09-24T06:51:29Z" level=debug msg="photo: changed title of pqmxlr2246libzzo to “Zebra / South Africa / 2013”" time="2021-09-24T06:51:29Z" level=debug msg="counts: updated places [370.882µs]" time="2021-09-24T06:51:29Z" level=debug msg="counts: updated subjects [250.247µs]" time="2021-09-24T06:51:29Z" level=debug msg="counts: updated labels [902.459µs]" time="2021-09-24T06:51:29Z" level=info msg="photos: found 1 results for id:pqmxlr2246libzzo merged:true [1.265976ms]" time="2021-09-24T06:51:29Z" level=info msg="label saved" time="2021-09-24T06:51:29Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr2246libzzo/label/13 (200) [36.647893ms]" time="2021-09-24T06:51:30Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [818.623µs]" time="2021-09-24T06:51:30Z" level=info msg="search: label horse not found" time="2021-09-24T06:51:30Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=horse&all= (200) [498.523µs]" time="2021-09-24T06:51:48Z" level=debug msg="http: GET /browse (200) [7.699175ms]" time="2021-09-24T06:51:48Z" level=debug msg="http: GET /api/v1/ws (200) [48.365300072s]" time="2021-09-24T06:51:48Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.751553ms]" time="2021-09-24T06:51:48Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [102.038295ms]" time="2021-09-24T06:51:49Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.462979ms]" time="2021-09-24T06:51:49Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.824291ms]" time="2021-09-24T06:51:49Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.460793ms]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [216.091µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [152.575µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [182.858µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [121.215µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [143.911µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [121.302µs]" time="2021-09-24T06:51:50Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.402224ms]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.005533ms]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [123.437µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [117.843µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [161.371µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [183.533µs]" time="2021-09-24T06:51:50Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.922513ms]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [164.656µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [174.229µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [124.034µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [166.223µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [189.051µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [181.5µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [171.522µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [159.048µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [155.973µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [126.649µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [137.994µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [40.363178ms]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [198.381µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [114.335µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [185.685µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [119.957µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [104.126µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [529.008µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [287.164µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [128.78µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [161.683µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [145.538µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [131.159µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [127.112µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [191.603µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [128.146µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [146.12µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [117.928µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [129.854µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [118.32µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [167.128µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [136.937µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [160.022µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [138.394µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [114.568µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [109.762µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [117.527µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [105.728µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [103.312µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [124.43µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [123.27µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [89.819µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [205.77µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [123.977µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [135.514µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [149.861µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [144.109µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [105.857µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [172.807µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [168.516µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [121.04µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [120.612µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [133.45µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [145.064µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [156.747µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [123.138µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [139.52µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [103.965µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [120.938µs]" time="2021-09-24T06:51:50Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [119.295µs]" time="2021-09-24T06:51:51Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [914.036µs]" time="2021-09-24T06:51:51Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [168.887µs]" time="2021-09-24T06:51:51Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [152.087µs]" time="2021-09-24T06:51:51Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.246µs]" time="2021-09-24T06:51:51Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [151.354µs]" time="2021-09-24T06:51:52Z" level=info msg="search: label Zebra includes 1 categories" time="2021-09-24T06:51:52Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=zebra&all= (200) [669.772µs]" time="2021-09-24T06:52:02Z" level=info msg="search: label zebra includes 0 categories" time="2021-09-24T06:52:02Z" level=info msg="photos: found 3 results for public:true dist:20 label:zebra year:0 month:0 count:60 order:newest merged:true [1.839055ms]" time="2021-09-24T06:52:02Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:zebra&public=true&quality=0 (200) [3.147532ms]" time="2021-09-24T06:52:03Z" level=debug msg="http: GET /api/v1/svg/photo (200) [164.721µs]" time="2021-09-24T06:52:03Z" level=debug msg="http: GET /api/v1/photos/pqmxlr2246libzzo (200) [2.466318ms]" time="2021-09-24T06:52:05Z" level=debug msg="photo: using label Horse to create title for pqmxlr2246libzzo" time="2021-09-24T06:52:05Z" level=debug msg="photo: changed title of pqmxlr2246libzzo to “Horse / South Africa / 2013”" time="2021-09-24T06:52:05Z" level=debug msg="counts: updated places [544.89µs]" time="2021-09-24T06:52:05Z" level=debug msg="counts: updated subjects [273.473µs]" time="2021-09-24T06:52:05Z" level=debug msg="counts: updated labels [969.968µs]" time="2021-09-24T06:52:05Z" level=info msg="photos: found 1 results for id:pqmxlr2246libzzo merged:true [1.420541ms]" time="2021-09-24T06:52:05Z" level=info msg="label saved" time="2021-09-24T06:52:05Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr2246libzzo/label/13 (200) [44.852566ms]" time="2021-09-24T06:52:06Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [818.506µs]" time="2021-09-24T06:52:06Z" level=info msg="search: label Horse includes 1 categories" time="2021-09-24T06:52:06Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=horse&all= (200) [788.19µs]" time="2021-09-24T06:52:17Z" level=info msg="search: label horse includes 0 categories" time="2021-09-24T06:52:17Z" level=info msg="photos: found 3 results for public:true dist:20 label:horse year:0 month:0 count:60 order:newest merged:true [1.69233ms]" time="2021-09-24T06:52:17Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:horse&public=true&quality=0 (200) [3.062199ms]" time="2021-09-24T06:52:17Z" level=debug msg="http: GET /api/v1/photos/pqmxlr2246libzzo (200) [2.266836ms]" time="2021-09-24T06:52:18Z" level=debug msg="photo: using label Zebra to create title for pqmxlr2246libzzo" time="2021-09-24T06:52:18Z" level=debug msg="photo: changed title of pqmxlr2246libzzo to “Zebra / South Africa / 2013”" time="2021-09-24T06:52:18Z" level=debug msg="counts: updated places [247.122µs]" time="2021-09-24T06:52:18Z" level=debug msg="counts: updated subjects [139.416µs]" time="2021-09-24T06:52:18Z" level=debug msg="counts: updated labels [573.763µs]" time="2021-09-24T06:52:18Z" level=info msg="photos: found 1 results for id:pqmxlr2246libzzo merged:true [848.076µs]" time="2021-09-24T06:52:18Z" level=info msg="label saved" time="2021-09-24T06:52:18Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr2246libzzo/label/13 (200) [33.922782ms]" time="2021-09-24T06:52:19Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [924.16µs]" time="2021-09-24T06:52:19Z" level=info msg="search: label horse not found" time="2021-09-24T06:52:19Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=horse&all= (200) [556.441µs]" time="2021-09-24T06:52:37Z" level=debug msg="http: GET /browse (200) [5.336625ms]" time="2021-09-24T06:52:37Z" level=debug msg="http: GET /api/v1/ws (200) [48.476361346s]" time="2021-09-24T06:52:37Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.64656ms]" time="2021-09-24T06:52:37Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [100.042158ms]" time="2021-09-24T06:52:38Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.575451ms]" time="2021-09-24T06:52:38Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [13.160712ms]" time="2021-09-24T06:52:38Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [30.790153ms]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [234.156µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [141.624µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [150.945µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [125.626µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [159.972µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [126.931µs]" time="2021-09-24T06:52:39Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.492837ms]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [138.403µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [99.862µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [165.402µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.917507ms]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [160.747µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [190.589µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [160.545µs]" time="2021-09-24T06:52:39Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.372406ms]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [160.411µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [118.635µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [162.233µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [150.062µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [132.24µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [156.405µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [140.913µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [120.51µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [123.954µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [144.539µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [147.143µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.303545ms]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [160.861µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [107.92µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [126.904µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [100.963µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [109.112µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [177.959µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [133.621µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [117.586µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [115.7µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [112.749µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [156.024µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [114.638µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [153.319µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [119.872µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [100.694µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [103.312µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [140.073µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [188.079µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [150.218µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [130.387µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [122.35µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [124.365µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [130.97µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [137.52µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [148.121µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [125.842µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [112.19µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [140.093µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [180.694µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [142.004µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [109.836µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [109.297µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [103.229µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [129.239µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [115.281µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [127.568µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [129.826µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [106.119µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [121.301µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [128.283µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [172.583µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [124.066µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [131.141µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [105.36µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [109.225µs]" time="2021-09-24T06:52:39Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [114.39µs]" time="2021-09-24T06:52:40Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [898.788µs]" time="2021-09-24T06:52:40Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [158.099µs]" time="2021-09-24T06:52:40Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [112.949µs]" time="2021-09-24T06:52:40Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.365µs]" time="2021-09-24T06:52:40Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [154.825µs]" time="2021-09-24T06:52:41Z" level=info msg="search: label Zebra includes 1 categories" time="2021-09-24T06:52:41Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=zebra&all= (200) [686.981µs]" time="2021-09-24T06:52:51Z" level=info msg="search: label zebra includes 0 categories" time="2021-09-24T06:52:51Z" level=info msg="photos: found 3 results for public:true dist:20 label:zebra year:0 month:0 count:60 order:newest merged:true [1.645497ms]" time="2021-09-24T06:52:51Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:zebra&public=true&quality=0 (200) [2.876922ms]" time="2021-09-24T06:52:52Z" level=debug msg="http: GET /api/v1/svg/photo (200) [138.625µs]" time="2021-09-24T06:52:52Z" level=debug msg="http: GET /api/v1/photos/pqmxlr2246libzzo (200) [2.509362ms]" time="2021-09-24T06:52:54Z" level=debug msg="photo: using label Horse to create title for pqmxlr2246libzzo" time="2021-09-24T06:52:54Z" level=debug msg="photo: changed title of pqmxlr2246libzzo to “Horse / South Africa / 2013”" time="2021-09-24T06:52:54Z" level=debug msg="counts: updated places [615.294µs]" time="2021-09-24T06:52:54Z" level=debug msg="counts: updated subjects [348.461µs]" time="2021-09-24T06:52:54Z" level=debug msg="counts: updated labels [1.397837ms]" time="2021-09-24T06:52:54Z" level=info msg="photos: found 1 results for id:pqmxlr2246libzzo merged:true [2.07356ms]" time="2021-09-24T06:52:54Z" level=info msg="label saved" time="2021-09-24T06:52:54Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr2246libzzo/label/13 (200) [41.66825ms]" time="2021-09-24T06:52:54Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [783.627µs]" time="2021-09-24T06:52:55Z" level=info msg="search: label Horse includes 1 categories" time="2021-09-24T06:52:55Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=horse&all= (200) [690.47µs]" time="2021-09-24T06:53:06Z" level=info msg="search: label horse includes 0 categories" time="2021-09-24T06:53:06Z" level=info msg="photos: found 3 results for public:true dist:20 label:horse year:0 month:0 count:60 order:newest merged:true [1.56415ms]" time="2021-09-24T06:53:06Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:horse&public=true&quality=0 (200) [2.982788ms]" time="2021-09-24T06:53:06Z" level=debug msg="http: GET /api/v1/photos/pqmxlr2246libzzo (200) [2.583411ms]" time="2021-09-24T06:53:07Z" level=debug msg="photo: using label Zebra to create title for pqmxlr2246libzzo" time="2021-09-24T06:53:07Z" level=debug msg="photo: changed title of pqmxlr2246libzzo to “Zebra / South Africa / 2013”" time="2021-09-24T06:53:07Z" level=debug msg="counts: updated places [295.038µs]" time="2021-09-24T06:53:07Z" level=debug msg="counts: updated subjects [183.046µs]" time="2021-09-24T06:53:07Z" level=debug msg="counts: updated labels [715.059µs]" time="2021-09-24T06:53:07Z" level=info msg="photos: found 1 results for id:pqmxlr2246libzzo merged:true [1.122037ms]" time="2021-09-24T06:53:07Z" level=info msg="label saved" time="2021-09-24T06:53:07Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr2246libzzo/label/13 (200) [40.050664ms]" time="2021-09-24T06:53:08Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [785.971µs]" time="2021-09-24T06:53:08Z" level=info msg="search: label horse not found" time="2021-09-24T06:53:08Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=horse&all= (200) [628.596µs]" time="2021-09-24T06:53:26Z" level=debug msg="http: GET /browse (200) [5.079167ms]" time="2021-09-24T06:53:26Z" level=debug msg="http: GET /api/v1/ws (200) [48.461804781s]" time="2021-09-24T06:53:26Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.858033ms]" time="2021-09-24T06:53:26Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [101.330474ms]" time="2021-09-24T06:53:27Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.744965ms]" time="2021-09-24T06:53:27Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [3.172162ms]" time="2021-09-24T06:53:27Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.301936ms]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [226.123µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [181.391µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [153.231µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [146.626µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [125.061µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [158.589µs]" time="2021-09-24T06:53:28Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.622924ms]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [135.082µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [123.928µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [180.959µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.345525ms]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [158.669µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [179.136µs]" time="2021-09-24T06:53:28Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.221405ms]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [464.953µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [149.83µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [428.8µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [349.163µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [703.949µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [437.369µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [166.403µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [142.657µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [120.706µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [141.337µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [135.584µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [127.304µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [148.138µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [137.444µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [127.035µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [43.105565ms]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [159.778µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [138.257µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [113.539µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [97.455µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [98.122µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [164.089µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [144.376µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [166.26µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [133.396µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [128.744µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [158.249µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [123.883µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [103.291µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [148.28µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [130.021µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [180.009µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [114.354µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [89.556µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [123.814µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [110.993µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [135.975µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [110.235µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [90.844µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [134.255µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [111.695µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [157.393µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [137.813µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [137.93µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [102.747µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [90.201µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [123.308µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [127.996µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [156.387µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [131.43µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [120.541µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [108.876µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [160.391µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [122.484µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [148.493µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [130.066µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [147.193µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [120.873µs]" time="2021-09-24T06:53:28Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [124.186µs]" time="2021-09-24T06:53:29Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [727.827µs]" time="2021-09-24T06:53:29Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Christmas&category=&type=album (200) [971.595µs]" time="2021-09-24T06:53:40Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl (200) [271.507µs]" time="2021-09-24T06:53:40Z" level=info msg="photos: found 1 results for dist:20 album:aqmxlts2b2rx38wl count:60 order:oldest merged:true [703.206µs]" time="2021-09-24T06:53:40Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.441951ms]" time="2021-09-24T06:53:40Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [1.110535ms]" time="2021-09-24T06:53:40Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [182.863µs]" time="2021-09-24T06:53:40Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [127.401µs]" time="2021-09-24T06:53:40Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [3.363µs]" time="2021-09-24T06:53:40Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [179.158µs]" time="2021-09-24T06:53:41Z" level=info msg="search: label Landscape includes 2 categories" time="2021-09-24T06:53:41Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=landscape&all= (200) [835.623µs]" time="2021-09-24T06:53:52Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:53:52Z" level=info msg="photos: found 8 results for public:true dist:20 label:landscape year:0 month:0 count:60 order:newest merged:true [2.504113ms]" time="2021-09-24T06:53:52Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:landscape&public=true&quality=0 (200) [5.073673ms]" time="2021-09-24T06:53:52Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [830.256µs]" time="2021-09-24T06:53:53Z" level=debug msg="http: GET /api/v1/albums?q=&count=1000&offset=0&type=album (200) [703.225µs]" time="2021-09-24T06:53:54Z" level=info msg="7 entries added to Christmas" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:colors from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:right_224 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_1920 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_7680 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_224 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_100 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_500 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:left_224 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_720 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_1280 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_2048 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_2560 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_50 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_3840 from cache" time="2021-09-24T06:53:54Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_4096 from cache" time="2021-09-24T06:53:54Z" level=debug msg="previews: updated albums [4.976699ms]" time="2021-09-24T06:53:54Z" level=debug msg="previews: updated folders [5.756946ms]" time="2021-09-24T06:53:54Z" level=debug msg="previews: updated calendar [460.929µs]" time="2021-09-24T06:53:54Z" level=debug msg="http: POST /api/v1/albums/aqmxlts2b2rx38wl/photos (200) [50.909035ms]" time="2021-09-24T06:53:54Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [786.86µs]" time="2021-09-24T06:53:54Z" level=debug msg="http: GET /api/v1/albums/aqmxlts2b2rx38wl (200) [296.731µs]" time="2021-09-24T06:53:54Z" level=info msg="photos: found 9 results for dist:20 album:aqmxlts2b2rx38wl count:60 order:oldest merged:true [1.878431ms]" time="2021-09-24T06:53:54Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [4.745239ms]" time="2021-09-24T06:53:57Z" level=info msg="6 entries removed from Christmas" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_4096 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:colors from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_224 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:right_224 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_1920 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_7680 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_50 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_100 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:tile_500 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:left_224 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_720 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_1280 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_2048 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_2560 from cache" time="2021-09-24T06:53:57Z" level=debug msg="removed album-cover:aqmxlts2b2rx38wl:fit_3840 from cache" time="2021-09-24T06:53:57Z" level=debug msg="previews: updated albums [3.869216ms]" time="2021-09-24T06:53:57Z" level=debug msg="previews: updated folders [4.125173ms]" time="2021-09-24T06:53:57Z" level=debug msg="previews: updated calendar [204.71µs]" time="2021-09-24T06:53:57Z" level=debug msg="http: DELETE /api/v1/albums/aqmxlts2b2rx38wl/photos (200) [34.582371ms]" time="2021-09-24T06:53:57Z" level=info msg="photos: found 1 results for dist:20 album:aqmxlts2b2rx38wl count:120 order:oldest merged:true [732.201µs]" time="2021-09-24T06:53:57Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqmxlts2b2rx38wl&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.311166ms]" time="2021-09-24T06:53:57Z" level=debug msg="http: GET /browse (200) [17.272214ms]" time="2021-09-24T06:53:57Z" level=debug msg="http: GET /api/v1/ws (200) [30.884570022s]" time="2021-09-24T06:53:57Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.539081ms]" time="2021-09-24T06:53:57Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [104.98844ms]" time="2021-09-24T06:53:58Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.698413ms]" time="2021-09-24T06:53:58Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.363056ms]" time="2021-09-24T06:53:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.379279ms]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [197.79µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.519µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [137.696µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [144.582µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [121.815µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [135.193µs]" time="2021-09-24T06:53:59Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.834309ms]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [127.153µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [113.933µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [165.571µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [136.163µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.088877ms]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [140.687µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [131.131µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [132.041µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [144.128µs]" time="2021-09-24T06:53:59Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.047887ms]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [140.372µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [132.751µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [137.715µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [125.32µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [119.455µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [85.521µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [168.646µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [157.336µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [125.992µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [147.827µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [129.083µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.789296ms]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [138.929µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [147.631µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [123.856µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [120.547µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [98.549µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [125.822µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [147.488µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [173.958µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [122.499µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [126.666µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [148.115µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [152.13µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [130.36µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [94.112µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [149.413µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [143.789µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [151.343µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [126.862µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [105.475µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [119.665µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [95.997µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [126.219µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [139.589µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [107.53µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [128.118µs]" time="2021-09-24T06:53:59Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [139.972µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [215.412µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [122.392µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [93.698µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [91.423µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [88.873µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [103.085µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [190.124µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [157.485µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [133.114µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [185.2µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [107.03µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [145.485µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [114.279µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [128.916µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [103.905µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [126.308µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [102.873µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [124.849µs]" time="2021-09-24T06:54:00Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [797.705µs]" time="2021-09-24T06:54:01Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [147.157µs]" time="2021-09-24T06:54:01Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [157.219µs]" time="2021-09-24T06:54:01Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.528µs]" time="2021-09-24T06:54:01Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [156.304µs]" time="2021-09-24T06:54:01Z" level=info msg="search: label Dome includes 1 categories" time="2021-09-24T06:54:01Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=dome&all= (200) [644.631µs]" time="2021-09-24T06:54:12Z" level=info msg="search: label dome includes 0 categories" time="2021-09-24T06:54:12Z" level=info msg="photos: found 1 results for public:true dist:20 label:dome year:0 month:0 count:60 order:newest merged:true [1.351939ms]" time="2021-09-24T06:54:12Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:dome&public=true&quality=0 (200) [1.976628ms]" time="2021-09-24T06:54:12Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [786.305µs]" time="2021-09-24T06:54:14Z" level=info msg="labels: deleting lqmxlr39h7yd60w8" time="2021-09-24T06:54:14Z" level=debug msg="http: POST /api/v1/batch/labels/delete (200) [24.980869ms]" time="2021-09-24T06:54:14Z" level=info msg="search: label dome not found" time="2021-09-24T06:54:14Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=dome&all= (200) [479.756µs]" time="2021-09-24T06:54:31Z" level=debug msg="http: GET /browse (200) [7.402744ms]" time="2021-09-24T06:54:32Z" level=debug msg="http: GET /api/v1/ws (200) [33.903994381s]" time="2021-09-24T06:54:32Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [11.152899ms]" time="2021-09-24T06:54:32Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.445474ms]" time="2021-09-24T06:54:33Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.152889ms]" time="2021-09-24T06:54:33Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.720246ms]" time="2021-09-24T06:54:33Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.168458ms]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [233.312µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [166.352µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [150.933µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [156.414µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [171.766µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [178.393µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [139.729µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [118.358µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [165.042µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [112.667µs]" time="2021-09-24T06:54:34Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.218423ms]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [168.062µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.602334ms]" time="2021-09-24T06:54:34Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.205976ms]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [530.163µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [122.072µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [100.281µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [151.572µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [175.602µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [181.253µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [154.07µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [143.654µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [117.312µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [137.808µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [135.391µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [129.912µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.809962ms]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [149.535µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [131.061µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [151.655µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [134.776µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [163.371µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [168.328µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [149.3µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [154.44µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [107.382µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [130.104µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [172.445µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [105.592µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [159.47µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [143.163µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [135.258µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [112.421µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [128.648µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [157.002µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [152.875µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [155.655µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [137.822µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [117.592µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [105.423µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [109.346µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [112.191µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [129.438µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [145.635µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [439.6µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [254.265µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [133.396µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [157.566µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [155.774µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [150.491µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [155.095µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [160.768µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [163.586µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [106.171µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [125.076µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [147.587µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [129.271µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [119.134µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [92.978µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [155.61µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [98.478µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [129.861µs]" time="2021-09-24T06:54:34Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [109.065µs]" time="2021-09-24T06:54:35Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [821.363µs]" time="2021-09-24T06:54:35Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [159.095µs]" time="2021-09-24T06:54:35Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [143.67µs]" time="2021-09-24T06:54:35Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.156µs]" time="2021-09-24T06:54:35Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [154.064µs]" time="2021-09-24T06:54:35Z" level=info msg="search: label dome not found" time="2021-09-24T06:54:35Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=dome&all= (200) [510.207µs]" time="2021-09-24T06:54:53Z" level=debug msg="http: GET /browse (200) [21.04533ms]" time="2021-09-24T06:54:53Z" level=debug msg="http: GET /api/v1/ws (200) [20.566195689s]" time="2021-09-24T06:54:53Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [10.158734ms]" time="2021-09-24T06:54:53Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [102.619763ms]" time="2021-09-24T06:54:54Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.474762ms]" time="2021-09-24T06:54:54Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.46112ms]" time="2021-09-24T06:54:54Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.452141ms]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [183.831µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.721µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [202.716µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [120.948µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [103.89µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [111.8µs]" time="2021-09-24T06:54:55Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.68563ms]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [126.667µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [94.634µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [137.998µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.250803ms]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [150.864µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [156.846µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [143.492µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [107.062µs]" time="2021-09-24T06:54:55Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.079523ms]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [124.581µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [173.203µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [152.582µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [122.207µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [133.585µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [160.418µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [87.211µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.321544ms]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [149.232µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [161.733µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [138.936µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [186.716µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [150.287µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [144.986µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [240.703µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [107.983µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [113.765µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [129.97µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [107.897µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [127.094µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [130.248µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [148.4µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [132.874µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [121.286µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [117.283µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [154.975µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [92.95µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [145.647µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [125.233µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [126.563µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [149.451µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [98.007µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [101.892µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [126.048µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [110.075µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [122.181µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [103.098µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [107.341µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [130.711µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [192.755µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [141.453µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [137.333µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [104.761µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [103.961µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [107.089µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [97.798µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [142.488µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [159.993µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [115.273µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [138.155µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [188.451µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [129.275µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [124.823µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [129.272µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [136.405µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [119.428µs]" time="2021-09-24T06:54:55Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [145.166µs]" time="2021-09-24T06:54:56Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [804.314µs]" time="2021-09-24T06:54:56Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [145.082µs]" time="2021-09-24T06:54:56Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [122.341µs]" time="2021-09-24T06:54:56Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.108µs]" time="2021-09-24T06:54:56Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [150.924µs]" time="2021-09-24T06:54:57Z" level=info msg="search: label dome not found" time="2021-09-24T06:54:57Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=dome&all= (200) [456.084µs]" time="2021-09-24T06:55:14Z" level=debug msg="http: GET /browse (200) [4.75506ms]" time="2021-09-24T06:55:14Z" level=debug msg="http: GET /api/v1/ws (200) [20.55528424s]" time="2021-09-24T06:55:14Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.208984ms]" time="2021-09-24T06:55:14Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [104.480465ms]" time="2021-09-24T06:55:15Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.306704ms]" time="2021-09-24T06:55:15Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.521292ms]" time="2021-09-24T06:55:15Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.788979ms]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [173.716µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [156.979µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [156.149µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [118.013µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [148.753µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [190.852µs]" time="2021-09-24T06:55:16Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.687474ms]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [130.95µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [100.102µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [187.255µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [137.8µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.06195ms]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [141.754µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [145.529µs]" time="2021-09-24T06:55:16Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.345418ms]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [131.533µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [120.629µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [170.939µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [108.447µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [218.527µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [123.215µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [142.571µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [86.782µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [128.471µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [148.156µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [120.877µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [41.651081ms]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [156.335µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [233.128µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [127.012µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [133.518µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [141.916µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [125.753µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [116.798µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [101.183µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [160.023µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [115.201µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [156.588µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [103.556µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [142.959µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [104.597µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [113.067µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [101.41µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [150.899µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [149.771µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [125.352µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [101.033µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [126.211µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [99.41µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [98.177µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [127.831µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [102.459µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [123.09µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [107.295µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [106.661µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [197.922µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [123.149µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [139.594µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [128.986µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [92.707µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [113.953µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [168.594µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [123.907µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [127.807µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [160.668µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [102.587µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [105.505µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [121.69µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [122.101µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [124.492µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [98.742µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [142.728µs]" time="2021-09-24T06:55:16Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [112.176µs]" time="2021-09-24T06:55:17Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [763.299µs]" time="2021-09-24T06:55:17Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [131.664µs]" time="2021-09-24T06:55:17Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [135.849µs]" time="2021-09-24T06:55:17Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.41µs]" time="2021-09-24T06:55:17Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [133.852µs]" time="2021-09-24T06:55:18Z" level=info msg="search: label bakery not found" time="2021-09-24T06:55:18Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=bakery&all= (200) [433.45µs]" time="2021-09-24T06:55:35Z" level=debug msg="http: GET /browse (200) [17.827776ms]" time="2021-09-24T06:55:35Z" level=debug msg="http: GET /api/v1/ws (200) [20.766338481s]" time="2021-09-24T06:55:35Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.554861ms]" time="2021-09-24T06:55:35Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [102.007627ms]" time="2021-09-24T06:55:36Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.391938ms]" time="2021-09-24T06:55:36Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.256902ms]" time="2021-09-24T06:55:36Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.563247ms]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [185.814µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [136.687µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [194.524µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [135.388µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [111.037µs]" time="2021-09-24T06:55:37Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.632065ms]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [135.475µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [151.592µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [159.492µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [93.133µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.717454ms]" time="2021-09-24T06:55:37Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.759986ms]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [149.488µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [132.458µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [139.081µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [117.456µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [125.622µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [158.75µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [143.04µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [146.434µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [655.117µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [154.844µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [105.03µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.896488ms]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [141.323µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [126.336µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [116.38µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [157.397µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [108.169µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [97.639µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [136.391µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [122.581µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [96.502µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [148.715µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [142.888µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [117.952µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [115.406µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [136.943µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [116.824µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [131.287µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [134.855µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [135.67µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [109.78µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [138.809µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [131.707µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [143.197µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [107.03µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [127.119µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [123.075µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [97.627µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [103.737µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [99.863µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [100.05µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [116.698µs]" time="2021-09-24T06:55:37Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [130.06µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [218.318µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [135.178µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [150.976µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [110.677µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [87.817µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [109.9µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [187.204µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [126.482µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [135.42µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [162.422µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [103.4µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [131.998µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [143.587µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [126.978µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [137.671µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [100.814µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [134.649µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [163.276µs]" time="2021-09-24T06:55:38Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [916.829µs]" time="2021-09-24T06:55:39Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [177.143µs]" time="2021-09-24T06:55:39Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [166.237µs]" time="2021-09-24T06:55:39Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.487µs]" time="2021-09-24T06:55:39Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [159.316µs]" time="2021-09-24T06:55:39Z" level=info msg="search: label bakery not found" time="2021-09-24T06:55:39Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=bakery&all= (200) [536.706µs]" time="2021-09-24T06:55:56Z" level=debug msg="http: GET /browse (200) [19.161597ms]" time="2021-09-24T06:55:56Z" level=debug msg="http: GET /api/v1/ws (200) [20.852266729s]" time="2021-09-24T06:55:57Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.883607ms]" time="2021-09-24T06:55:57Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [101.644764ms]" time="2021-09-24T06:55:58Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.559093ms]" time="2021-09-24T06:55:58Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [12.020552ms]" time="2021-09-24T06:55:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.356209ms]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [186.121µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [176.021µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [189.206µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [187.673µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [108.858µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [123.031µs]" time="2021-09-24T06:55:59Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.571568ms]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [136.22µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [88.207µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [147.376µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.48806ms]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [148.43µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [151.883µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [143.9µs]" time="2021-09-24T06:55:59Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.264662ms]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [128.654µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [102.522µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [181.746µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [211.495µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [136.45µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [144.94µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [174.692µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [105.644µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [147.162µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [176.954µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [130.702µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [125.233µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [40.456711ms]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [111.42µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [109.142µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [151.082µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [106.547µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [135.004µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [121.379µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [108.277µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [146.758µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [136.032µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [157.234µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [111.262µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [140.567µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [106.981µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [113.564µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [121.492µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [138.654µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [141.406µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [141.077µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [110.972µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [100.106µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [97.96µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [121.043µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [136.52µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [101.037µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [103.834µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [127.974µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [110.692µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [248.8µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [150.865µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [129.058µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [107.767µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [101.42µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [94.815µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [190.659µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [128.178µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [136.331µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [153.288µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [101.081µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [125.415µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [113.514µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [121.54µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [119.724µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [121.123µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [136.766µs]" time="2021-09-24T06:55:59Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [144.698µs]" time="2021-09-24T06:56:00Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [778.482µs]" time="2021-09-24T06:56:00Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [210.056µs]" time="2021-09-24T06:56:00Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [130.173µs]" time="2021-09-24T06:56:00Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.195µs]" time="2021-09-24T06:56:00Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [119.764µs]" time="2021-09-24T06:56:01Z" level=info msg="search: label bakery not found" time="2021-09-24T06:56:01Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=bakery&all= (200) [478.083µs]" time="2021-09-24T06:56:18Z" level=debug msg="http: GET /browse (200) [4.82197ms]" time="2021-09-24T06:56:18Z" level=debug msg="http: GET /api/v1/ws (200) [20.737676045s]" time="2021-09-24T06:56:18Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [14.153117ms]" time="2021-09-24T06:56:18Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [106.720375ms]" time="2021-09-24T06:56:19Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.515261ms]" time="2021-09-24T06:56:19Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.165718ms]" time="2021-09-24T06:56:19Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.854841ms]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [149.367µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [138.295µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [167.375µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [149.531µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [116.059µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [142.865µs]" time="2021-09-24T06:56:20Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.543336ms]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [127.066µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [119.166µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [156.735µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.723951ms]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [236.137µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [183.519µs]" time="2021-09-24T06:56:20Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [14.781091ms]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [175.711µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [142.38µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [127.89µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [128.711µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [252.26µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [136.608µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [176.038µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [167.844µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [134.866µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [139.717µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [162.318µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [133.902µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [44.54572ms]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [148.773µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [118.533µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [137.503µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [335.925µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [137.03µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [116.853µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [134.42µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [117.332µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [105.448µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [130.159µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [136.789µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [106.136µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [153.568µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [114.057µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [143.351µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [124.419µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [139.637µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [140.793µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [149.588µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [131.182µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [129.355µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [112.652µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [125.993µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [106.376µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [101.11µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [123.237µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [129.523µs]" time="2021-09-24T06:56:20Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [127.32µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [875.369µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [137.13µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [137.273µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [92.819µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [121.553µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [108.613µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [141.331µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [137.417µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [113.087µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [147.845µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [135.501µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [180.436µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [111.989µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [123.349µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [159.839µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [111.051µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [97.333µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [128.111µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [814.935µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [172.879µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [141.315µs]" time="2021-09-24T06:56:21Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.352µs]" time="2021-09-24T06:56:21Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [174.815µs]" time="2021-09-24T06:56:22Z" level=info msg="search: label cheetah not found" time="2021-09-24T06:56:22Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=cheetah&all= (200) [669.637µs]" time="2021-09-24T06:56:39Z" level=debug msg="http: GET /browse (200) [17.856407ms]" time="2021-09-24T06:56:39Z" level=debug msg="http: GET /api/v1/ws (200) [20.90494102s]" time="2021-09-24T06:56:39Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.564157ms]" time="2021-09-24T06:56:39Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [101.291505ms]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [3.12056ms]" time="2021-09-24T06:56:41Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.066809ms]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.165838ms]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [165.023µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [141.85µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [153.332µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [154.884µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [118.194µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [157.05µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [201.119µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [127.979µs]" time="2021-09-24T06:56:41Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [130.21µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [142.403µs]" time="2021-09-24T06:56:42Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.903921ms]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [172.203µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [13.53689ms]" time="2021-09-24T06:56:42Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.742305ms]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [146.379µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [134.821µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [157.42µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [215.475µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [111.637µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [128.265µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [152.193µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [151.762µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [102.615µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [110.507µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [40.687619ms]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [158.245µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [146.082µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [156.464µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [149.115µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [140.943µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [132.604µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [129.474µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [136.113µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [119.954µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [157.892µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [146.127µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [144.463µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [128.112µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [103.325µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [145.866µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [110.534µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [143.582µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [125.679µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [139.668µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [122.692µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [122.038µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [99.868µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [133.786µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [142.636µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [105.456µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [101.425µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [119.415µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [100.598µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [102.537µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [134.763µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [161.105µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [173.175µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [112.424µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [90.198µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [133.657µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [132.458µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [124.81µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [137.514µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [180.126µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [147.284µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [116.561µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [139.853µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [111.046µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [127.886µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [125.344µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [107.34µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [142.449µs]" time="2021-09-24T06:56:42Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [104.634µs]" time="2021-09-24T06:56:43Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [782.892µs]" time="2021-09-24T06:56:43Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [162.504µs]" time="2021-09-24T06:56:43Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [114.273µs]" time="2021-09-24T06:56:43Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.655µs]" time="2021-09-24T06:56:43Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [155.707µs]" time="2021-09-24T06:56:43Z" level=info msg="search: label cheetah not found" time="2021-09-24T06:56:43Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=cheetah&all= (200) [462.194µs]" time="2021-09-24T06:57:01Z" level=debug msg="http: GET /browse (200) [7.927762ms]" time="2021-09-24T06:57:01Z" level=debug msg="http: GET /api/v1/ws (200) [20.766829363s]" time="2021-09-24T06:57:01Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [17.430644ms]" time="2021-09-24T06:57:01Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [108.392654ms]" time="2021-09-24T06:57:02Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.341369ms]" time="2021-09-24T06:57:02Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.26797ms]" time="2021-09-24T06:57:02Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.115429ms]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [156.167µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [142.384µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [199.688µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [133.741µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [103.298µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [147.964µs]" time="2021-09-24T06:57:03Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.170857ms]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [128.519µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.537706ms]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [133.513µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [144.848µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [135.579µs]" time="2021-09-24T06:57:03Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.652733ms]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [172.561µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [134.857µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [130.191µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [130.06µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [146.608µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [220.855µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [123.304µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [156.616µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [160.05µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [170.375µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [124.412µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [42.430423ms]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [174.037µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [122.155µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [123.947µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [177.015µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [130.068µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [128.687µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [139.191µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [129.357µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [148.718µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [119.946µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [154.123µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [156.701µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [133.065µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [154.841µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [153.482µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [140.175µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [145.908µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [135.563µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [165.121µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [168.74µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [130.15µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [135.114µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [146.138µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [104.064µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [122.24µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [120.006µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [125.282µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [115.32µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [130.59µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [131.757µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [214.5µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [168.757µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [138.721µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [123.412µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [164.074µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [157.497µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [110.417µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [164.142µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [137.8µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [139.9µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [130.549µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [140.125µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [111.605µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [135.188µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [128.078µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [135.384µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [105.092µs]" time="2021-09-24T06:57:03Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [141.257µs]" time="2021-09-24T06:57:04Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [806.392µs]" time="2021-09-24T06:57:04Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [140.205µs]" time="2021-09-24T06:57:04Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [108.558µs]" time="2021-09-24T06:57:04Z" level=debug msg="api: cache hit for label-cover:lqzxez72pap3uk2i:tile_500 [2.188µs]" time="2021-09-24T06:57:04Z" level=debug msg="http: GET /api/v1/labels/lqzxez72pap3uk2i/t/public/tile_500 (200) [175.408µs]" time="2021-09-24T06:57:05Z" level=info msg="search: label cheetah not found" time="2021-09-24T06:57:05Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=cheetah&all= (200) [573.313µs]" time="2021-09-24T06:57:22Z" level=debug msg="http: GET /browse (200) [5.412853ms]" time="2021-09-24T06:57:22Z" level=debug msg="http: GET /api/v1/ws (200) [20.750751191s]" time="2021-09-24T06:57:22Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [18.483314ms]" time="2021-09-24T06:57:22Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [106.083687ms]" time="2021-09-24T06:57:23Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.602851ms]" time="2021-09-24T06:57:23Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.567495ms]" time="2021-09-24T06:57:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.643299ms]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [181.447µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [151.979µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [153.147µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [204.1µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [153.729µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [165.011µs]" time="2021-09-24T06:57:24Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.616057ms]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [139.357µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [142.508µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [196.782µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [154.33µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.523742ms]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [154.248µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [148.764µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [140.029µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [117.966µs]" time="2021-09-24T06:57:24Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.038479ms]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [148.809µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [150.176µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [114.316µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [170.893µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [135.544µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [141.245µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [127.192µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [186.485µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [115.768µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [145.637µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [128.227µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [41.183279ms]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [115.8µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [147.141µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [134.612µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [124.358µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [118.286µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [165.962µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [137.632µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [116.796µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [146.146µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [110.006µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [119.452µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [112.463µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [128.425µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [130.378µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [131.044µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [154.679µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [125.614µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [110.692µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [97.302µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [117.305µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [118.718µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [139.722µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [101.999µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [122.681µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [107.199µs]" time="2021-09-24T06:57:24Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [97.474µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [170.094µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [121.856µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [111.879µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [116.596µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [104.768µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [89.671µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [196.684µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [125.41µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [116.959µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [143.916µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [136.004µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [140.088µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [121.349µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [156.091µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [130.934µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [100.158µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [104.982µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [235.13µs]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [682.302µs]" time="2021-09-24T06:57:25Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:57:25Z" level=info msg="photos: found 1 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:1 order:relevance [1.291568ms]" time="2021-09-24T06:57:25Z" level=debug msg="cached album-cover:aqnah1mhviyxpahk:tile_500 [2.170262ms]" time="2021-09-24T06:57:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/t/public/tile_500 (200) [2.326664ms]" time="2021-09-24T06:57:26Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Nature&category=&type=moment (200) [1.014496ms]" time="2021-09-24T06:57:38Z" level=info msg="Album saved" time="2021-09-24T06:57:38Z" level=debug msg="http: PUT /api/v1/albums/aqnah1mhviyxpahk (200) [91.730788ms]" time="2021-09-24T06:57:38Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [266.788µs]" time="2021-09-24T06:57:38Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:57:38Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.336642ms]" time="2021-09-24T06:57:38Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.873813ms]" time="2021-09-24T06:57:39Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [620.432µs]" time="2021-09-24T06:57:39Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=Mountains&type=moment (200) [639.482µs]" time="2021-09-24T06:57:39Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [260.974µs]" time="2021-09-24T06:57:39Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:57:39Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.523077ms]" time="2021-09-24T06:57:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [5.083161ms]" time="2021-09-24T06:57:42Z" level=info msg="Album saved" time="2021-09-24T06:57:42Z" level=debug msg="http: PUT /api/v1/albums/aqnah1mhviyxpahk (200) [13.420529ms]" time="2021-09-24T06:57:42Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:57:42Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:120 order:oldest merged:true [2.192356ms]" time="2021-09-24T06:57:42Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.848567ms]" time="2021-09-24T06:57:43Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [527.101µs]" time="2021-09-24T06:57:43Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Nature&category=&type=moment (200) [1.022446ms]" time="2021-09-24T06:57:53Z" level=debug msg="http: GET /browse (200) [17.010489ms]" time="2021-09-24T06:57:53Z" level=debug msg="http: GET /api/v1/ws (200) [30.828114672s]" time="2021-09-24T06:57:53Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [13.367755ms]" time="2021-09-24T06:57:53Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [100.484844ms]" time="2021-09-24T06:57:55Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.388368ms]" time="2021-09-24T06:57:55Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.868052ms]" time="2021-09-24T06:57:55Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.701099ms]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [172.578µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [136.916µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [218.714µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [117.098µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [114.217µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [173.788µs]" time="2021-09-24T06:57:56Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.29282ms]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.824422ms]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [217.827µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [149.39µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [148.508µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [162.622µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [168.53µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [151.246µs]" time="2021-09-24T06:57:56Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.429606ms]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [123.926µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [110.612µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [172.334µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [158.879µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [164.661µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [151.796µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [135.687µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [125.037µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [119.331µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [191.163µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.249824ms]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [172.433µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [137.226µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [86.197µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [143.937µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [136.404µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [113.851µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [105.861µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [131.026µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [103.591µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [133.383µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [139.527µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [141.672µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [95.944µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [149.661µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [105.893µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [136.649µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [162.518µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [169.006µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [164.249µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [109.195µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [91.939µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [94.552µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [121.254µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [111.35µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [95.058µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [100.656µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [100.227µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [126.732µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [134.336µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [205.489µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [154.797µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [123.824µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [97.975µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [105.553µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [115.992µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [198.625µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [134.539µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [133.256µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [120.041µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [115.088µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [131.31µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [115.44µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [119.532µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [126.234µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [101.109µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [139.154µs]" time="2021-09-24T06:57:56Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [118.899µs]" time="2021-09-24T06:57:57Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [556.197µs]" time="2021-09-24T06:57:57Z" level=debug msg="api: cache hit for album-cover:aqnah1mhviyxpahk:tile_500 [3.896µs]" time="2021-09-24T06:57:57Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/t/public/tile_500 (200) [241.56µs]" time="2021-09-24T06:57:58Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [342.032µs]" time="2021-09-24T06:57:58Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:57:58Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.509407ms]" time="2021-09-24T06:57:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.990825ms]" time="2021-09-24T06:57:58Z" level=debug msg="http: GET /browse (200) [5.260067ms]" time="2021-09-24T06:57:58Z" level=debug msg="http: GET /api/v1/ws (200) [4.02935064s]" time="2021-09-24T06:57:58Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [10.018488ms]" time="2021-09-24T06:57:58Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.234682ms]" time="2021-09-24T06:57:59Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.411418ms]" time="2021-09-24T06:57:59Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.098338ms]" time="2021-09-24T06:57:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.500611ms]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [177.516µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [135.912µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [182.15µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [123.479µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [122.366µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [190.661µs]" time="2021-09-24T06:58:00Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.438901ms]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [128.902µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [182.765µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [155.04µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [91.956µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.210813ms]" time="2021-09-24T06:58:00Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.583409ms]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [156.001µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [128.051µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [119.253µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [127.603µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [165.33µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [200.703µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [122.155µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [130.269µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [106.413µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [121.683µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [139.054µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [37.358588ms]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [192.292µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [137.471µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [127.31µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [99.905µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [130.596µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [117.678µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [112.987µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [135.344µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [113.476µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [92.748µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [126.506µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [110.73µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [137.581µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [120.854µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [143.184µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [112.078µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [111.076µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [94.97µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [147.468µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [126.366µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [148.94µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [135.588µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [103.176µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [96.535µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [92.004µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [118.911µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [85.97µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [127.228µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [133.207µs]" time="2021-09-24T06:58:00Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [117.874µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [247.453µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [190.409µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [112.602µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [107.863µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [100.18µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [100.32µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [136.542µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [192.882µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [138.374µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [157.102µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [140.066µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [120.363µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [259.675µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [123.122µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [112.376µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [177.432µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [137.064µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [150.662µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [686.463µs]" time="2021-09-24T06:58:01Z" level=debug msg="api: cache hit for album-cover:aqnah1mhviyxpahk:tile_500 [4.13µs]" time="2021-09-24T06:58:01Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/t/public/tile_500 (200) [171.859µs]" time="2021-09-24T06:58:02Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [290.55µs]" time="2021-09-24T06:58:02Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/links (200) [359.532µs]" time="2021-09-24T06:58:02Z" level=info msg="Album saved" time="2021-09-24T06:58:02Z" level=debug msg="http: POST /api/v1/albums/aqnah1mhviyxpahk/links (200) [22.382257ms]" time="2021-09-24T06:58:10Z" level=info msg="Album saved" time="2021-09-24T06:58:10Z" level=debug msg="http: PUT /api/v1/albums/aqnah1mhviyxpahk/links/sqzxfcq2fa03esh0 (200) [14.505193ms]" time="2021-09-24T06:58:10Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [267.589µs]" time="2021-09-24T06:58:10Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:10Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.316117ms]" time="2021-09-24T06:58:10Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.941523ms]" time="2021-09-24T06:58:10Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/links (200) [497.304µs]" time="2021-09-24T06:58:17Z" level=info msg="Album saved" time="2021-09-24T06:58:17Z" level=debug msg="http: PUT /api/v1/albums/aqnah1mhviyxpahk/links/sqzxfcq2fa03esh0 (200) [13.382432ms]" time="2021-09-24T06:58:17Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:17Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:120 order:oldest merged:true [2.467751ms]" time="2021-09-24T06:58:17Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [5.067608ms]" time="2021-09-24T06:58:18Z" level=info msg="Album saved" time="2021-09-24T06:58:18Z" level=debug msg="http: POST /api/v1/albums/aqnah1mhviyxpahk/links (200) [20.891088ms]" time="2021-09-24T06:58:18Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:18Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:120 order:oldest merged:true [2.229184ms]" time="2021-09-24T06:58:18Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.609383ms]" time="2021-09-24T06:58:19Z" level=info msg="Album saved" time="2021-09-24T06:58:19Z" level=debug msg="http: DELETE /api/v1/albums/aqnah1mhviyxpahk/links/sqzxfcq2fa03esh0 (200) [17.726379ms]" time="2021-09-24T06:58:19Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:19Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:120 order:oldest merged:true [2.27715ms]" time="2021-09-24T06:58:19Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.772822ms]" time="2021-09-24T06:58:20Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [658.882µs]" time="2021-09-24T06:58:20Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/links (200) [424.485µs]" time="2021-09-24T06:58:21Z" level=info msg="Album saved" time="2021-09-24T06:58:21Z" level=debug msg="http: DELETE /api/v1/albums/aqnah1mhviyxpahk/links/sqzxfd6sdkmk4mmj (200) [23.154198ms]" time="2021-09-24T06:58:21Z" level=debug msg="http: GET /browse (200) [7.015591ms]" time="2021-09-24T06:58:21Z" level=debug msg="http: GET /api/v1/ws (200) [22.324009398s]" time="2021-09-24T06:58:21Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [17.424146ms]" time="2021-09-24T06:58:21Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [108.074828ms]" time="2021-09-24T06:58:22Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.433186ms]" time="2021-09-24T06:58:22Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.370245ms]" time="2021-09-24T06:58:22Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.476418ms]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [190.777µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [146.362µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [167.261µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [123.985µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [112.402µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [131.209µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [224.023µs]" time="2021-09-24T06:58:23Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.195874ms]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [130.081µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [178.809µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [147.769µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [130.73µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.168167ms]" time="2021-09-24T06:58:23Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.116165ms]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [147.558µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [128.413µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [116.392µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [149.8µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [172.939µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [134.4µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [147.896µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [128.514µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [166.17µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [157.371µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [47.338156ms]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [146.364µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [119.781µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [153.444µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [131.314µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [168.193µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [123.248µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [167.662µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [162.206µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [280.212µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [151.047µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [143.041µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [109.761µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [169.248µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [97.706µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [162.861µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [104.867µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [152.432µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [140.547µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [153.871µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [179.809µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [146.111µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [156.765µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [120.105µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [98.13µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [127.376µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [156.117µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [108.605µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [94.661µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [126.217µs]" time="2021-09-24T06:58:23Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [115.468µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [186.273µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [187.507µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [147.306µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [104.637µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [102.446µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [105.344µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [145.643µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [161.779µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [161.074µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [158.758µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [158.328µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [161.467µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [118.371µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [124.257µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [125.237µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [112.207µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [114.76µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [118.666µs]" time="2021-09-24T06:58:24Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [679.016µs]" time="2021-09-24T06:58:25Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [682.083µs]" time="2021-09-24T06:58:25Z" level=debug msg="api: cache hit for album-cover:aqnah1mhviyxpahk:tile_500 [4.02µs]" time="2021-09-24T06:58:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/t/public/tile_500 (200) [186.509µs]" time="2021-09-24T06:58:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [371.606µs]" time="2021-09-24T06:58:25Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:25Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.230012ms]" time="2021-09-24T06:58:25Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.568447ms]" time="2021-09-24T06:58:25Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [612.594µs]" time="2021-09-24T06:58:26Z" level=debug msg="http: GET /api/v1/albums?q=&count=1000&offset=0&type=album (200) [664.356µs]" time="2021-09-24T06:58:27Z" level=debug msg="album: creating {Thumb: ThumbSrc: AlbumType: AlbumTitle:NotYetExistingAlbumForMoment AlbumLocation: AlbumCategory: AlbumCaption: AlbumDescription: AlbumNotes: AlbumFilter: AlbumOrder: AlbumTemplate: AlbumCountry: AlbumFavorite:false AlbumPrivate:false} notyetexistingalbumformoment" time="2021-09-24T06:58:27Z" level=info msg="Album created" time="2021-09-24T06:58:27Z" level=debug msg="http: POST /api/v1/albums (200) [14.234649ms]" time="2021-09-24T06:58:27Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:27Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:10000 [2.211775ms]" time="2021-09-24T06:58:27Z" level=info msg="Selection added to NotYetExistingAlbumForMoment" time="2021-09-24T06:58:27Z" level=debug msg="http: POST /api/v1/albums/aqzxfdf36gddaukt/clone (200) [30.961732ms]" time="2021-09-24T06:58:27Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [839.284µs]" time="2021-09-24T06:58:27Z" level=debug msg="cached album-cover:aqzxfdf36gddaukt:tile_500 [1.064534ms]" time="2021-09-24T06:58:27Z" level=debug msg="http: GET /api/v1/albums/aqzxfdf36gddaukt/t/public/tile_500 (200) [1.267116ms]" time="2021-09-24T06:58:28Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=NotYetExistingAlbumForMoment&category=&type=album (200) [1.170104ms]" time="2021-09-24T06:58:31Z" level=debug msg="metadata: starting routine check" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqnr4133r3bg2tkp, 153 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehc230p42ful, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehc2c08erg70, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehe24m8kaus1, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehj2ksf0yup1, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehk1ngdu1i97, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehk2n46hhsh0, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehp16yh2c8h5, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehq1sd8pur99, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehq2hoj5t5zi, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehw1g0i5ipua, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehy1se2i90cw, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuehy39y19r1w4, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuei3tr65kjrf2, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuei53o79kbhmx, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuei5pli61n3qj, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueia9l8xx7eng, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueic3cu09m28h, 13678 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueic1znukx65g, 13678 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueih9uh29wnpl, 13678 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueii3olehmik7, 13678 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueijwtfm1a32z, 13678 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueim1658bxjio, -6105 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="metadata: optimized photo uid pqzueim1658bxjio" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzuein2pdcg1kc7, -6309 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="metadata: optimized photo uid pqzuein2pdcg1kc7" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueiow5mr8uos8, 13678 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueir2y00xw393, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueis2hxfu5zvn, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueiu31fvlm9zq, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=debug msg="photo: can't estimate position of uid pqzueiy3vkr2up3e, 13679 hours time difference" time="2021-09-24T06:58:31Z" level=info msg="metadata: optimized 2 photos" time="2021-09-24T06:58:31Z" level=debug msg="moments: index contains 72 photos and 5 videos, using threshold 7" time="2021-09-24T06:58:32Z" level=debug msg="backup: album yaml files disabled" time="2021-09-24T06:58:32Z" level=debug msg="metadata: running facial recognition" time="2021-09-24T06:58:32Z" level=debug msg="faces: no invalid marker references" time="2021-09-24T06:58:32Z" level=debug msg="faces: marker subjects already exist" time="2021-09-24T06:58:32Z" level=debug msg="faces: no collisions detected" time="2021-09-24T06:58:32Z" level=debug msg="faces: no clusters could be merged" time="2021-09-24T06:58:32Z" level=debug msg="faces: skipping clustering" time="2021-09-24T06:58:32Z" level=debug msg="faces: found no new faces" time="2021-09-24T06:58:32Z" level=debug msg="faces: no unmatched markers" time="2021-09-24T06:58:32Z" level=debug msg="faces: 0 markers updated, 0 faces recognized, 0 unknown" time="2021-09-24T06:58:32Z" level=debug msg="metadata: updating photo counts" time="2021-09-24T06:58:32Z" level=debug msg="counts: updated places [164.946µs]" time="2021-09-24T06:58:32Z" level=debug msg="counts: updated subjects [85.673µs]" time="2021-09-24T06:58:32Z" level=debug msg="counts: updated labels [3.505956ms]" time="2021-09-24T06:58:32Z" level=debug msg="metadata: updating preview images" time="2021-09-24T06:58:32Z" level=debug msg="previews: updated albums [3.443004ms]" time="2021-09-24T06:58:32Z" level=debug msg="previews: updated folders [3.663985ms]" time="2021-09-24T06:58:32Z" level=debug msg="previews: updated calendar [136.872µs]" time="2021-09-24T06:58:32Z" level=debug msg="previews: updated labels [5.173356ms]" time="2021-09-24T06:58:32Z" level=debug msg="previews: updated categories [4.456968ms]" time="2021-09-24T06:58:32Z" level=debug msg="previews: updated subjects [162.9µs]" time="2021-09-24T06:58:38Z" level=debug msg="http: GET /api/v1/albums/aqzxfdf36gddaukt (200) [411.738µs]" time="2021-09-24T06:58:38Z" level=info msg="photos: found 8 results for dist:20 album:aqzxfdf36gddaukt count:60 order:oldest merged:true [1.731239ms]" time="2021-09-24T06:58:38Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqzxfdf36gddaukt&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [4.229237ms]" time="2021-09-24T06:58:39Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [771.202µs]" time="2021-09-24T06:58:40Z" level=info msg="albums: deleting aqzxfdf36gddaukt" time="2021-09-24T06:58:40Z" level=debug msg="http: POST /api/v1/batch/albums/delete (200) [19.113127ms]" time="2021-09-24T06:58:40Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [643.372µs]" time="2021-09-24T06:58:40Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [283.362µs]" time="2021-09-24T06:58:40Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:40Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.385845ms]" time="2021-09-24T06:58:40Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [5.14594ms]" time="2021-09-24T06:58:41Z" level=debug msg="http: GET /browse (200) [16.88148ms]" time="2021-09-24T06:58:41Z" level=debug msg="http: GET /api/v1/ws (200) [19.350796432s]" time="2021-09-24T06:58:41Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.773444ms]" time="2021-09-24T06:58:41Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [100.118154ms]" time="2021-09-24T06:58:42Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.367914ms]" time="2021-09-24T06:58:42Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.113312ms]" time="2021-09-24T06:58:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.502887ms]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [205.174µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [175.539µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [196.59µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [175.53µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [141.321µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [139.25µs]" time="2021-09-24T06:58:43Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.50867ms]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [144.143µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [93.693µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [148.557µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.837536ms]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [155.233µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [160.708µs]" time="2021-09-24T06:58:43Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.178896ms]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [146.922µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [126.915µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [156.664µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [178.555µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [155.294µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [145.23µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [134.435µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [162.52µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [133.537µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [141.925µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [179.362µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [165.464µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [40.284593ms]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [206.755µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [131.784µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [147.082µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [139.665µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [146.373µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [112.246µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [142.793µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [154.852µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [121.828µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [153.822µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [133.012µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [132.716µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [167.069µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [182.297µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [140.618µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [136.48µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [162.912µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [160.687µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [139.811µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [146.693µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [137.26µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [137.959µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [132.985µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [145.167µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [139.463µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [122.507µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [159.051µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [145.104µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [187.621µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [157.696µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [123.302µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [116.838µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [147.03µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [141.8µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [119.588µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [157.151µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [164.434µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [166.918µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [127.946µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [150.04µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [138.242µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [140.581µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [153.573µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [117.812µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [145.701µs]" time="2021-09-24T06:58:43Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [133.501µs]" time="2021-09-24T06:58:44Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [691.658µs]" time="2021-09-24T06:58:44Z" level=debug msg="api: cache hit for album-cover:aqnah1mhviyxpahk:tile_500 [4.38µs]" time="2021-09-24T06:58:44Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/t/public/tile_500 (200) [248.514µs]" time="2021-09-24T06:58:45Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [356.867µs]" time="2021-09-24T06:58:45Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T06:58:45Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.496183ms]" time="2021-09-24T06:58:45Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [5.335331ms]" time="2021-09-24T06:58:51Z" level=debug msg="http: GET /browse (200) [6.25674ms]" time="2021-09-24T06:58:51Z" level=debug msg="http: GET /api/v1/ws (200) [9.505112903s]" time="2021-09-24T06:58:51Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.357324ms]" time="2021-09-24T06:58:51Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [98.82287ms]" time="2021-09-24T06:58:52Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.343943ms]" time="2021-09-24T06:58:52Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [12.821363ms]" time="2021-09-24T06:58:52Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [31.681549ms]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [167.228µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [160.013µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [180.341µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [151.245µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [107.353µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [165.756µs]" time="2021-09-24T06:58:53Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.680269ms]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [155.267µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [157.589µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [203.64µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.692853ms]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [238.692µs]" time="2021-09-24T06:58:53Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.47319ms]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [161.957µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [164.458µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [143.473µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [159.718µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [202.393µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [170.932µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [131.053µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [171.558µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [179.175µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [140.489µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [51.274066ms]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [136.532µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [169.927µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [131.122µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [179.072µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [120.557µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [148.44µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [140.97µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [158.69µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [133.276µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [133.949µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [149.996µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [148.793µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [118.371µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [178.194µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [121.074µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [140.291µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [156.341µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [131.011µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [128.195µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [145.958µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [126.911µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [133.068µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [134.93µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [109.432µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [123.7µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [106.69µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [117.343µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [98.86µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [103.905µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [120.869µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [129.617µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [198.039µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [136.8µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [171.178µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [135.462µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [101.696µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [83.959µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [174.979µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [170.885µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [122.794µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [167.818µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [126.244µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [118.874µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [111.832µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [149.407µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [115.855µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [127.246µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [123.673µs]" time="2021-09-24T06:58:53Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [115.523µs]" time="2021-09-24T06:58:54Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [697.717µs]" time="2021-09-24T06:58:55Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=KanadaVacation&category=&type=album (200) [1.272011ms]" time="2021-09-24T06:59:10Z" level=debug msg="http: GET /browse (200) [16.650549ms]" time="2021-09-24T06:59:10Z" level=debug msg="http: GET /api/v1/ws (200) [18.440657327s]" time="2021-09-24T06:59:10Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.864383ms]" time="2021-09-24T06:59:10Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [97.388447ms]" time="2021-09-24T06:59:11Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.512247ms]" time="2021-09-24T06:59:11Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.787856ms]" time="2021-09-24T06:59:11Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.348521ms]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [194.912µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [133.882µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [165.316µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [118.346µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [157.123µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [163.236µs]" time="2021-09-24T06:59:12Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.567994ms]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [208.075µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [131.681µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [182.675µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [142.086µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [208.538µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [148.653µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [130.739µs]" time="2021-09-24T06:59:12Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [16.969108ms]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [204.191µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [159.179µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [156.811µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [30.603599ms]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [142.612µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [144.896µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [156.431µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [115.309µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [146.146µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [166.234µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [124.944µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [158.631µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [45.541509ms]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [125.109µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [110.832µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [113.363µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [100.58µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [139.121µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [131.184µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [103.07µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [122.907µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [112.2µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [150.252µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [102.481µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [149.303µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [117.997µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [125.647µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [106.707µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [143.867µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [171.556µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [125.52µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [141.817µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [118.992µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [129.681µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [104.446µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [92.445µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [96.992µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [121.772µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [128.891µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [107.458µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [251.955µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [140.057µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [153.688µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [135.523µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [101.265µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [95.16µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [120.069µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [133.331µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [127.796µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [121.06µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [134.253µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [155.545µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [111.02µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [143.011µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [119.926µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [120.539µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [143.63µs]" time="2021-09-24T06:59:12Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [112.34µs]" time="2021-09-24T06:59:13Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [815.59µs]" time="2021-09-24T06:59:14Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=KanadaVacation&category=&type=album (200) [789.88µs]" time="2021-09-24T06:59:29Z" level=debug msg="http: GET /browse (200) [7.575368ms]" time="2021-09-24T06:59:29Z" level=debug msg="http: GET /api/v1/ws (200) [18.344578327s]" time="2021-09-24T06:59:29Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [11.996099ms]" time="2021-09-24T06:59:29Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [107.38563ms]" time="2021-09-24T06:59:30Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.303769ms]" time="2021-09-24T06:59:30Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.608341ms]" time="2021-09-24T06:59:30Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.734538ms]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [151.34µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [136.557µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [165.925µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [134.056µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [101.377µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [105.147µs]" time="2021-09-24T06:59:31Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.714926ms]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [137.101µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [128.262µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [143.671µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [174.349µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [141.66µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [139.973µs]" time="2021-09-24T06:59:31Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.906545ms]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [148.83µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [138.383µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [162.747µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [152.543µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [137.286µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.488416ms]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [144.534µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [159.209µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [120.706µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [153.532µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [136.775µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [200.48µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [135.563µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [107.359µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [46.722336ms]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [146.708µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [216.578µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [154.434µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [126.987µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [129.491µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [145.031µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [146.827µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [121.747µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [149.684µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [101.677µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [150.49µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [126.795µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [157.015µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [126.238µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [136.114µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [147.991µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [134.069µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [152.85µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [131.658µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [113.874µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [110.507µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [134.943µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [140.372µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [137.482µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [139.632µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [136.564µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [200.949µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [186.563µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [121.673µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [148.248µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [120.634µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [193.533µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [167.118µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [145.367µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [148.62µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [112.251µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [132.172µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [117.659µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [152.85µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [167.294µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [135.104µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [124.35µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [137.523µs]" time="2021-09-24T06:59:31Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [137.633µs]" time="2021-09-24T06:59:32Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [687.478µs]" time="2021-09-24T06:59:33Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=KanadaVacation&category=&type=album (200) [743.017µs]" time="2021-09-24T06:59:48Z" level=debug msg="http: GET /browse (200) [5.056785ms]" time="2021-09-24T06:59:48Z" level=debug msg="http: GET /api/v1/ws (200) [18.368009343s]" time="2021-09-24T06:59:48Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.759462ms]" time="2021-09-24T06:59:48Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [104.082776ms]" time="2021-09-24T06:59:49Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.406866ms]" time="2021-09-24T06:59:49Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.597501ms]" time="2021-09-24T06:59:49Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [30.536931ms]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [193.188µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [178.02µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [224.925µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [146.902µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [154.518µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [160.859µs]" time="2021-09-24T06:59:50Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.737017ms]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [137.717µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [136.801µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [198.009µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.390581ms]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [163.645µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [154.096µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [144.242µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [161.405µs]" time="2021-09-24T06:59:50Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.262702ms]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [120.77µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [228.374µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [158.4µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [131.523µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [158.985µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [147.814µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [115.098µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [128.408µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [162.119µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [136.151µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [158.521µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [145.121µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.747907ms]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [136.853µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [127.272µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [202.649µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [125.892µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [147.588µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [104.523µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [117.255µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [182.422µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [159.636µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [153.908µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [196.425µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [125.619µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [135.82µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [148.018µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [143.326µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [143.687µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [157.147µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [148.942µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [175.783µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [86.689µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [117.424µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [149.161µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [120.458µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [133.851µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [161.248µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [124.556µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [183.886µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [125.567µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [114.713µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [137.236µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [122.603µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [148.976µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [139.511µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [133.568µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [137.458µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [143.412µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [170.208µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [196.901µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [116.492µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [123.391µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [140.722µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [106.227µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [122.146µs]" time="2021-09-24T06:59:50Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [142.396µs]" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/originals/?files=true&uncached=true&count=999&offset=0&q=&all= (200) [2.896655ms]" time="2021-09-24T06:59:51Z" level=debug msg="folder-cover: no photos yet, using generic image for dqzuegxvimnpqgut" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/t/dqzuegxvimnpqgut/public/tile_500 (200) [407.248µs]" time="2021-09-24T06:59:51Z" level=debug msg="cached folder-cover:dqzuegx17xl4gl9a:tile_500 [764.163µs]" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/t/dqzuegx17xl4gl9a/public/tile_500 (200) [904.558µs]" time="2021-09-24T06:59:51Z" level=debug msg="cached folder-cover:dqmxlqn3saco66ok:tile_500 [764.849µs]" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/t/dqmxlqn3saco66ok/public/tile_500 (200) [922.773µs]" time="2021-09-24T06:59:51Z" level=debug msg="folder-cover: no photos yet, using generic image for dqmxlqn36ldnlkfx" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/t/dqmxlqn36ldnlkfx/public/tile_500 (200) [400.145µs]" time="2021-09-24T06:59:51Z" level=debug msg="cached folder-cover:dqnah133u2xtsoof:tile_500 [759.226µs]" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/t/dqnah133u2xtsoof/public/tile_500 (200) [930.768µs]" time="2021-09-24T06:59:51Z" level=debug msg="cached folder-cover:dqmxlqn106t3wobo:tile_500 [740.93µs]" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/t/dqmxlqn106t3wobo/public/tile_500 (200) [934.495µs]" time="2021-09-24T06:59:51Z" level=debug msg="folder-cover: no photos yet, using generic image for dqnah1357aci5dzl" time="2021-09-24T06:59:51Z" level=debug msg="http: GET /api/v1/folders/t/dqnah1357aci5dzl/public/tile_500 (200) [450.035µs]" time="2021-09-24T06:59:52Z" level=debug msg="http: GET /browse (200) [7.763665ms]" time="2021-09-24T06:59:52Z" level=debug msg="http: GET /api/v1/ws (200) [3.972886176s]" time="2021-09-24T06:59:52Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.52822ms]" time="2021-09-24T06:59:52Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [99.574452ms]" time="2021-09-24T06:59:53Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.543208ms]" time="2021-09-24T06:59:53Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.354448ms]" time="2021-09-24T06:59:53Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.938894ms]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [154.31µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [146.703µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [154.927µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [138.289µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [125.941µs]" time="2021-09-24T06:59:54Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.46065ms]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.928405ms]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [123.879µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [131.137µs]" time="2021-09-24T06:59:54Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.020751ms]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [119.765µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [212.222µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [152.891µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [133.016µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [137.641µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [116.689µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [169.72µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [469.845µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.175273ms]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [123.939µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [119.476µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [187.592µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [149.505µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [119.261µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [130.102µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [171.567µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [143.467µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [165.781µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [142.901µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [108.274µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [135.016µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [189.408µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [132.624µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [144.824µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [172.639µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [131.064µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [113.014µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [134.539µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [127.348µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [128.836µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [117.485µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [138.882µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [125.391µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [132.127µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [112.067µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [133.169µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [147.418µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [111.879µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [96.255µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [118.126µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [129.921µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [104.047µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [118.225µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [97.836µs]" time="2021-09-24T06:59:54Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [131.262µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [144.391µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [134.193µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [136.785µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [160.869µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [148.328µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [144.258µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [136.725µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [131.011µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [146.78µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [143.507µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [138.067µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [136.123µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [123.172µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [114.109µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [125.351µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [100.703µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [123.334µs]" time="2021-09-24T06:59:55Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [100.462µs]" time="2021-09-24T06:59:57Z" level=debug msg="http: GET /browse (200) [15.706424ms]" time="2021-09-24T06:59:57Z" level=debug msg="http: GET /api/v1/ws (200) [4.68539375s]" time="2021-09-24T06:59:57Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [13.31754ms]" time="2021-09-24T06:59:58Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [111.178433ms]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.337307ms]" time="2021-09-24T06:59:59Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.268627ms]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.857881ms]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [188.476µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [149.877µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [148.825µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [181.538µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [93.361µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [129.392µs]" time="2021-09-24T06:59:59Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.492113ms]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [134.431µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [112.544µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [225.196µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [119.798µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [10.963055ms]" time="2021-09-24T06:59:59Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [13.910788ms]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [197.766µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [156.908µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [153.824µs]" time="2021-09-24T06:59:59Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [120.207µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [166.902µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [182.173µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [234.66µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [171.211µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [159.863µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [119.55µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [133.489µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [137.75µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [112.766µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [153.206µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [129.24µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [45.249334ms]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [147.385µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [154.6µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [125.531µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [131.36µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [148.532µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [119.945µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [134.159µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [166.327µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [156.371µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [120.573µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [140.263µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [144.099µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [126.681µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [121.108µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [137.084µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [156.359µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [141.4µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [96.577µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [104.766µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [94.406µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [156.356µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [144.872µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [129.556µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [147.355µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [107.442µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [90.921µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [158.962µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [185.868µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [125.712µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [136.366µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [97.035µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [147.435µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [98.256µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [159.181µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [170.856µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [180.282µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [113.492µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [161.271µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [122.945µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [141.358µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [147.791µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [150.299µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [142.325µs]" time="2021-09-24T07:00:00Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [103.556µs]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /api/v1/faces?count=120&offset=0&q=&all=&order=relevance&markers=true&unknown=true (200) [1.791619ms]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5-1030f423d17d/public/tile_320 (200) [384.246µs]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1-11d04c1c52a8/public/tile_320 (200) [98.552µs]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb-13817f1f114b/public/tile_320 (200) [99.681µs]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d-09f0c014e1f6/public/tile_320 (200) [269.442µs]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [348.751µs]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /browse (200) [12.364297ms]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /api/v1/ws (200) [3.296574179s]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [13.672478ms]" time="2021-09-24T07:00:01Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [109.393753ms]" time="2021-09-24T07:00:03Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.569887ms]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.482067ms]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.273747ms]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [243.363µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [160.035µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [177.228µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [167.928µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [135.148µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [129.035µs]" time="2021-09-24T07:00:03Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.282972ms]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.027198ms]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [140.455µs]" time="2021-09-24T07:00:03Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.990362ms]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [113.764µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [137.366µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [170.685µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [162.665µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [119.019µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [145.944µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [107.785µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [167.86µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [188.824µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [118.498µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [127.741µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [112.255µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [39.547661ms]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [166.352µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [109.149µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [157.864µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [128.452µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [151.583µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [109.861µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [119.607µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [121.908µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [123.035µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [143.375µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [139.52µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [121.218µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [180.837µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [118.103µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [186.141µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [130.169µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [155.555µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [116.43µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [142.389µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [141.211µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [119.375µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [139.489µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [145.424µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [149.131µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [110.988µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [121.446µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [119.683µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [105.895µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [103.005µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [125.656µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [129.372µs]" time="2021-09-24T07:00:03Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [105.267µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [201.207µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [157.322µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [143.424µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [100.353µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [127.857µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [128.823µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [111.895µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [146.639µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [138.816µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [123.914µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [110.898µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [127.422µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [140.485µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [132.738µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [143.782µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [110.929µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [139.973µs]" time="2021-09-24T07:00:04Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [99.046µs]" time="2021-09-24T07:00:05Z" level=debug msg="http: GET /api/v1/faces?count=120&offset=0&q=&all=&order=relevance&markers=true&unknown=true (200) [1.427183ms]" time="2021-09-24T07:00:05Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5-1030f423d17d/public/tile_320 (200) [135.268µs]" time="2021-09-24T07:00:05Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1-11d04c1c52a8/public/tile_320 (200) [131.82µs]" time="2021-09-24T07:00:05Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb-13817f1f114b/public/tile_320 (200) [173.631µs]" time="2021-09-24T07:00:05Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d-09f0c014e1f6/public/tile_320 (200) [117.548µs]" time="2021-09-24T07:00:05Z" level=debug msg="http: GET /api/v1/faces?count=240&offset=0&q=&all=&order=relevance&markers=true&unknown=true (200) [1.494833ms]" time="2021-09-24T07:00:05Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [310.996µs]" time="2021-09-24T07:00:06Z" level=info msg="photos: found 7 results for public:true dist:20 year:0 month:0 face:Z2Y7XZYFMIZSL67ZIFPAM7GUQFGZV52U count:60 order:newest merged:true [1.753715ms]" time="2021-09-24T07:00:06Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=face:Z2Y7XZYFMIZSL67ZIFPAM7GUQFGZV52U&public=true&quality=0 (200) [4.867552ms]" time="2021-09-24T07:00:06Z" level=debug msg="http: GET /api/v1/faces?count=120&offset=0&q=&all=&order=relevance&markers=true&unknown=true (200) [1.503441ms]" time="2021-09-24T07:00:07Z" level=info msg="subject: added person “Jane Doe”" time="2021-09-24T07:00:07Z" level=debug msg="previews: updated subjects [3.010606ms]" time="2021-09-24T07:00:07Z" level=debug msg="counts: updated subjects [2.452946ms]" time="2021-09-24T07:00:07Z" level=debug msg="photo: changed title of pqzuehc230p42ful to “Jane Doe / 2012”" time="2021-09-24T07:00:07Z" level=info msg="photos: found 1 results for id:pqzuehc230p42ful merged:true [550.841µs]" time="2021-09-24T07:00:07Z" level=info msg="Changes successfully saved" time="2021-09-24T07:00:07Z" level=debug msg="http: PUT /api/v1/markers/mqzuehffzxf6p00h (200) [53.403949ms]" time="2021-09-24T07:00:07Z" level=debug msg="http: GET /api/v1/faces?count=240&offset=0&q=&all=&order=relevance&markers=true&unknown=true (200) [1.371623ms]" time="2021-09-24T07:00:07Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [442.279µs]" time="2021-09-24T07:00:08Z" level=debug msg="http: GET /api/v1/faces?count=120&offset=0&q=Jane&all=&order=relevance&markers=true&unknown=true (200) [1.493666ms]" time="2021-09-24T07:00:08Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=Jane&all=&order=relevance&files=1&type=person (200) [475.184µs]" time="2021-09-24T07:00:09Z" level=info msg="photos: found 7 results for public:true dist:20 year:0 month:0 subject:\"jane-doe\" count:60 order:newest merged:true [1.798934ms]" time="2021-09-24T07:00:09Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=person:jane-doe&public=true&quality=0 (200) [5.908692ms]" time="2021-09-24T07:00:11Z" level=debug msg="http: GET /api/v1/svg/photo (200) [179.748µs]" time="2021-09-24T07:00:11Z" level=debug msg="http: GET /api/v1/photos/pqzuehk2n46hhsh0 (200) [2.557314ms]" time="2021-09-24T07:00:11Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995-00711b1d2136/public/tile_320 (200) [197.087µs]" time="2021-09-24T07:00:12Z" level=info msg="subject: renamed person “Max Mu”" time="2021-09-24T07:00:12Z" level=debug msg="previews: updated subjects [3.405784ms]" time="2021-09-24T07:00:12Z" level=debug msg="counts: updated subjects [181.137µs]" time="2021-09-24T07:00:12Z" level=debug msg="photo: changed title of pqzuehk2n46hhsh0 to “Max Mu / 2012”" time="2021-09-24T07:00:12Z" level=info msg="photos: found 1 results for id:pqzuehk2n46hhsh0 merged:true [666.492µs]" time="2021-09-24T07:00:12Z" level=info msg="Changes successfully saved" time="2021-09-24T07:00:12Z" level=debug msg="http: PUT /api/v1/markers/mqzuehlhj6nx8h59 (200) [40.547882ms]" time="2021-09-24T07:00:12Z" level=debug msg="http: GET /api/v1/photos/pqzuehp16yh2c8h5 (200) [3.247314ms]" time="2021-09-24T07:00:13Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7-12b10a20c15d/public/tile_320 (200) [152.717µs]" time="2021-09-24T07:00:13Z" level=debug msg="http: GET /api/v1/photos/pqzuehk1ngdu1i97 (200) [2.933882ms]" time="2021-09-24T07:00:13Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f-0ed0cf22116b/public/tile_320 (200) [182.014µs]" time="2021-09-24T07:00:14Z" level=info msg="photos: found 7 results for public:true dist:20 year:0 month:0 subject:\"max-mu\" count:60 order:newest merged:true [3.092069ms]" time="2021-09-24T07:00:14Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=person:max-mu&public=true&quality=0 (200) [10.386207ms]" time="2021-09-24T07:00:14Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [394.181µs]" time="2021-09-24T07:00:15Z" level=info msg="subject: renamed person “Jane Mu”" time="2021-09-24T07:00:15Z" level=info msg="Person saved" time="2021-09-24T07:00:15Z" level=debug msg="http: PUT /api/v1/subjects/jqzxfg710d3pe7bw (200) [14.81579ms]" time="2021-09-24T07:00:15Z" level=info msg="photos: found 7 results for public:true dist:20 year:0 month:0 subject:\"jane-mu\" count:60 order:newest merged:true [1.898999ms]" time="2021-09-24T07:00:15Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=person:jane-mu&public=true&quality=0 (200) [6.500186ms]" time="2021-09-24T07:00:17Z" level=debug msg="http: GET /api/v1/photos/pqzuehk2n46hhsh0 (200) [2.565639ms]" time="2021-09-24T07:00:18Z" level=debug msg="http: GET /api/v1/photos/pqzuehp16yh2c8h5 (200) [2.361155ms]" time="2021-09-24T07:00:18Z" level=debug msg="http: GET /api/v1/photos/pqzuehk1ngdu1i97 (200) [2.450781ms]" time="2021-09-24T07:00:19Z" level=debug msg="http: GET /browse (200) [5.246351ms]" time="2021-09-24T07:00:19Z" level=debug msg="http: GET /api/v1/ws (200) [16.812784421s]" time="2021-09-24T07:00:19Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [12.262552ms]" time="2021-09-24T07:00:19Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.402022ms]" time="2021-09-24T07:00:20Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.612834ms]" time="2021-09-24T07:00:20Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.127633ms]" time="2021-09-24T07:00:20Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.454894ms]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [152.21µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [148.055µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [178.059µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [152.092µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [113.944µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [100.957µs]" time="2021-09-24T07:00:21Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.217831ms]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.896802ms]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [137.869µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [104.684µs]" time="2021-09-24T07:00:21Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.271166ms]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [164.101µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [146.44µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [136.234µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [200.577µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [172.303µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [124.144µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [159.381µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [148.968µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [150.634µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [609.572µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [124.899µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.989738ms]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [148.576µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [157.915µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [155.166µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [126.212µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [148.737µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [160.029µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [113.947µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [162.987µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [108.703µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [102.371µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [128.819µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [155.894µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [145.811µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [114.708µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [144.737µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [154.543µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [129.953µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [137.606µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [141.478µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [159.822µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [106.029µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [115.291µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [117.426µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [134.394µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [106.443µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [106.843µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [110.435µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [87.855µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [120.609µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [128.221µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [108.304µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [153.32µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [150.072µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [130.673µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [128.367µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [122.452µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [107.667µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [103.198µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [171.293µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [143.207µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [128.041µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [124.265µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [131.218µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [134.058µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [120.756µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [127.23µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [128.6µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [120.418µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [132.124µs]" time="2021-09-24T07:00:21Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [106.806µs]" time="2021-09-24T07:00:22Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [437.798µs]" time="2021-09-24T07:00:22Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5-1030f423d17d/public/tile_320 (200) [157.541µs]" time="2021-09-24T07:00:22Z" level=debug msg="http: GET /api/v1/faces?count=120&offset=0&q=&all=&order=relevance&markers=true&unknown=true (200) [1.185125ms]" time="2021-09-24T07:00:22Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1-11d04c1c52a8/public/tile_320 (200) [179.447µs]" time="2021-09-24T07:00:22Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb-13817f1f114b/public/tile_320 (200) [131.118µs]" time="2021-09-24T07:00:22Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d-09f0c014e1f6/public/tile_320 (200) [138.979µs]" time="2021-09-24T07:00:23Z" level=debug msg="http: GET /api/v1/faces?count=240&offset=0&q=&all=&order=relevance&markers=true&unknown=true (200) [1.361489ms]" time="2021-09-24T07:00:29Z" level=info msg="subject: added person “Andrea Doe”" time="2021-09-24T07:00:29Z" level=debug msg="previews: updated subjects [3.086561ms]" time="2021-09-24T07:00:29Z" level=debug msg="counts: updated subjects [2.967567ms]" time="2021-09-24T07:00:29Z" level=debug msg="photo: changed title of pqzueijwtfm1a32z to “Andrea Doe / 2012”" time="2021-09-24T07:00:29Z" level=info msg="photos: found 1 results for id:pqzueijwtfm1a32z merged:true [537.865µs]" time="2021-09-24T07:00:29Z" level=info msg="Changes successfully saved" time="2021-09-24T07:00:29Z" level=debug msg="http: PUT /api/v1/markers/mqzueil2xb1mauqq (200) [66.671021ms]" time="2021-09-24T07:00:29Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [508.153µs]" time="2021-09-24T07:00:30Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=Andrea&all=&order=relevance&files=1&type=person (200) [543.213µs]" time="2021-09-24T07:00:30Z" level=debug msg="http: GET /api/v1/faces?count=120&offset=0&q=Andrea&all=&order=relevance&markers=true&unknown=true (200) [1.03481ms]" time="2021-09-24T07:00:30Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.313093ms]" time="2021-09-24T07:00:30Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [26.341966ms]" time="2021-09-24T07:00:31Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.515752ms]" time="2021-09-24T07:00:31Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.575651ms]" time="2021-09-24T07:00:31Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.316742ms]" time="2021-09-24T07:00:31Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [36.234831ms]" time="2021-09-24T07:00:32Z" level=debug msg="search: label filmpreis not found, using fuzzy search" time="2021-09-24T07:00:32Z" level=info msg="photos: found 10 results for q:filmpreis public:true dist:20 year:0 month:0 face:new quality:3 count:60 order:newest merged:true [2.738037ms]" time="2021-09-24T07:00:32Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=face:new+filmpreis&public=true&quality=3 (200) [7.775803ms]" time="2021-09-24T07:00:44Z" level=debug msg="http: GET /api/v1/svg/photo (200) [196.957µs]" time="2021-09-24T07:00:44Z" level=debug msg="http: GET /api/v1/photos/pqzueic3cu09m28h (200) [2.634449ms]" time="2021-09-24T07:00:44Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31-13b09e14b0dc/public/tile_320 (200) [121.183µs]" time="2021-09-24T07:00:44Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31-2b413d0db092/public/tile_320 (200) [85.591µs]" time="2021-09-24T07:00:46Z" level=debug msg="subject: jqzxfgt1m57iahru restored" time="2021-09-24T07:00:46Z" level=debug msg="previews: updated subjects [5.576141ms]" time="2021-09-24T07:00:46Z" level=debug msg="counts: updated subjects [3.67374ms]" time="2021-09-24T07:00:46Z" level=debug msg="photo: changed title of pqzueic3cu09m28h to “Andrea Doe / 2012”" time="2021-09-24T07:00:46Z" level=info msg="photos: found 1 results for id:pqzueic3cu09m28h merged:true [836.629µs]" time="2021-09-24T07:00:46Z" level=info msg="Changes successfully saved" time="2021-09-24T07:00:46Z" level=debug msg="http: PUT /api/v1/markers/mqzueid1nvleax9s (200) [66.077697ms]" time="2021-09-24T07:00:46Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [526.453µs]" time="2021-09-24T07:00:46Z" level=info msg="photos: found 6 results for public:true dist:20 year:0 month:0 subject:\"andrea-doe\" count:60 order:newest merged:true [1.734083ms]" time="2021-09-24T07:00:46Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=person:andrea-doe&public=true&quality=0 (200) [5.269259ms]" time="2021-09-24T07:00:47Z" level=debug msg="http: GET /api/v1/photos/pqzueii3olehmik7 (200) [2.38204ms]" time="2021-09-24T07:00:47Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7-0ec0b31ac283/public/tile_320 (200) [156.705µs]" time="2021-09-24T07:00:48Z" level=info msg="faces: revised 3 matches after collision" time="2021-09-24T07:00:48Z" level=debug msg="marker: resolved collision with face CTCGTXPIPGOTWBHIRUCXSNBBPI6LVMHF" time="2021-09-24T07:00:48Z" level=debug msg="previews: updated subjects [3.371321ms]" time="2021-09-24T07:00:48Z" level=debug msg="counts: updated subjects [3.300868ms]" time="2021-09-24T07:00:48Z" level=info msg="photos: found 1 results for id:pqzueii3olehmik7 merged:true [1.092666ms]" time="2021-09-24T07:00:48Z" level=info msg="Changes successfully saved" time="2021-09-24T07:00:48Z" level=debug msg="http: DELETE /api/v1/markers/mqzueike7hpc0k43/subject (200) [59.779272ms]" time="2021-09-24T07:00:49Z" level=info msg="subject: added person Nicole" time="2021-09-24T07:00:49Z" level=debug msg="previews: updated subjects [3.486044ms]" time="2021-09-24T07:00:49Z" level=debug msg="counts: updated subjects [6.939923ms]" time="2021-09-24T07:00:49Z" level=debug msg="photo: changed title of pqzueii3olehmik7 to “Nicole / 2012”" time="2021-09-24T07:00:49Z" level=info msg="photos: found 1 results for id:pqzueii3olehmik7 merged:true [1.897003ms]" time="2021-09-24T07:00:49Z" level=info msg="Changes successfully saved" time="2021-09-24T07:00:49Z" level=debug msg="http: PUT /api/v1/markers/mqzueike7hpc0k43 (200) [106.262913ms]" time="2021-09-24T07:00:49Z" level=debug msg="http: GET /all?q=person%3Aandrea-doe (200) [5.061076ms]" time="2021-09-24T07:00:49Z" level=debug msg="http: GET /api/v1/ws (200) [30.155013733s]" time="2021-09-24T07:00:50Z" level=info msg="photos: found 2 results for public:true dist:20 year:0 month:0 subject:\"andrea-doe\" count:60 order:newest merged:true [877.28µs]" time="2021-09-24T07:00:50Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=person:andrea-doe&public=true&quality=0 (200) [2.30576ms]" time="2021-09-24T07:00:57Z" level=debug msg="people: searching for Nicole" time="2021-09-24T07:00:57Z" level=info msg="photos: found 4 results for public:true dist:20 year:0 month:0 subject:jqzxfhd2fjj8gckx count:60 order:newest merged:true [1.840786ms]" time="2021-09-24T07:00:57Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=Nicole&public=true&quality=0 (200) [4.660596ms]" time="2021-09-24T07:00:58Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [487.68µs]" time="2021-09-24T07:00:58Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=Nicole&all=&order=relevance&files=1&type=person (200) [591.667µs]" time="2021-09-24T07:00:58Z" level=debug msg="http: POST /api/v1/subjects/jqzxfhd2fjj8gckx/like (200) [10.079914ms]" time="2021-09-24T07:00:59Z" level=debug msg="http: GET /api/v1/subjects?count=480&offset=0&q=&all=&order=relevance&files=1&type=person (200) [580.23µs]" time="2021-09-24T07:00:59Z" level=debug msg="http: GET /browse (200) [14.240725ms]" time="2021-09-24T07:00:59Z" level=debug msg="http: GET /api/v1/ws (200) [9.475357792s]" time="2021-09-24T07:00:59Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [19.669373ms]" time="2021-09-24T07:00:59Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [103.699917ms]" time="2021-09-24T07:01:00Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.441842ms]" time="2021-09-24T07:01:00Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.792601ms]" time="2021-09-24T07:01:00Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.548548ms]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [175.268µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [135.405µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [213.06µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [172.506µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [126.129µs]" time="2021-09-24T07:01:01Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.406681ms]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [199.784µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [159.835µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [123.548µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [277.326µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.651994ms]" time="2021-09-24T07:01:01Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.45158ms]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [149.245µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [129.697µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [153.029µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [141.68µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [118.62µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [187.784µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [183.416µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [139.156µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [171.671µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [143.364µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [122.517µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [121.77µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [126.593µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [121.029µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [138.562µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [46.996331ms]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [122.767µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [112.649µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [129.108µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [107.236µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [120.422µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [137.355µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [130.852µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [128.259µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [107.953µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [204.873µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [108.528µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [133.649µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [138.793µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [138.454µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [144.064µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [161.877µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [161.557µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [130.545µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [134.144µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [121.239µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [141.21µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [100.089µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [133.68µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [114.601µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [133.786µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [125.578µs]" time="2021-09-24T07:01:01Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [154.526µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [144.621µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [121.291µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [137.282µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [135.389µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [98.462µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [99.601µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [106.964µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [155.368µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [128.114µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [131.244µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [129.159µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [125.657µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [107.688µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [99.259µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [128.721µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [116.815µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [121.506µs]" time="2021-09-24T07:01:02Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [122.347µs]" time="2021-09-24T07:01:03Z" level=info msg="photos: found 60 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.093142ms]" time="2021-09-24T07:01:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [27.459358ms]" time="2021-09-24T07:01:04Z" level=info msg="photos: found 8 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [1.963076ms]" time="2021-09-24T07:01:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [6.264015ms]" time="2021-09-24T07:01:04Z" level=info msg="photos: found 68 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [10.051222ms]" time="2021-09-24T07:01:04Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [32.039546ms]" time="2021-09-24T07:01:15Z" level=info msg="photos: found 60 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.43192ms]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [28.307295ms]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_224 (200) [128.257µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_224 (200) [108.04µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_224 (200) [127.294µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_224 (200) [117.662µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_224 (200) [100.005µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_224 (200) [80.737µs]" time="2021-09-24T07:01:15Z" level=info msg="photos: found 8 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [2.221335ms]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_224 (200) [99.96µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_224 (200) [87.868µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_224 (200) [89.872µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_224 (200) [92.42µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [7.244087ms]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_224 (200) [139.375µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_224 (200) [115.09µs]" time="2021-09-24T07:01:15Z" level=info msg="photos: found 68 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [10.680291ms]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_224 (200) [114.263µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_224 (200) [107.354µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_224 (200) [100.591µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_224 (200) [102.295µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_224 (200) [106.272µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_224 (200) [116.235µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_224 (200) [71.999µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_224 (200) [86.147µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_224 (200) [109.446µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_224 (200) [90.794µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_224 (200) [98.807µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_224 (200) [113.987µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_224 (200) [114.625µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [38.097897ms]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_224 (200) [129.334µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_224 (200) [134.91µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_224 (200) [102.021µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_224 (200) [98.928µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_224 (200) [84.992µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_224 (200) [96.296µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_224 (200) [123.066µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_224 (200) [116.311µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_224 (200) [103.165µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_224 (200) [91.127µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_224 (200) [109.545µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_224 (200) [88.723µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_224 (200) [109.84µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_224 (200) [93.93µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_224 (200) [112.145µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_224 (200) [99.527µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_224 (200) [245.275µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_224 (200) [106.782µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_224 (200) [103.591µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_224 (200) [132.186µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_224 (200) [183.068µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_224 (200) [72.636µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_224 (200) [127.354µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_224 (200) [96.7µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_224 (200) [114.561µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_224 (200) [99.352µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_224 (200) [86.757µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_224 (200) [113.807µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_224 (200) [102.195µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_224 (200) [90.14µs]" time="2021-09-24T07:01:15Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_224 (200) [108.561µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_224 (200) [143.676µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_224 (200) [117.202µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_224 (200) [84.11µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_224 (200) [109.191µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_224 (200) [71.992µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_224 (200) [99.683µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_224 (200) [110.215µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_224 (200) [112.531µs]" time="2021-09-24T07:01:16Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.042711ms]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [5.104026ms]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_224 (200) [138.526µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_224 (200) [102.257µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_224 (200) [92.617µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_224 (200) [85.749µs]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_224 (200) [118.771µs]" time="2021-09-24T07:01:16Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.674397ms]" time="2021-09-24T07:01:16Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [3.32876ms]" time="2021-09-24T07:01:17Z" level=debug msg="http: GET /api/v1/t/0565ab2f8eeb39ab0090d9cbac3a8fc66327dde5/public/tile_224 (200) [121.155µs]" time="2021-09-24T07:01:17Z" level=debug msg="http: GET /api/v1/t/491afdb548fe1a17d44211b443411a423471c8cc/public/tile_224 (200) [96.187µs]" time="2021-09-24T07:01:17Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [11.032289ms]" time="2021-09-24T07:01:17Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.671089ms]" time="2021-09-24T07:01:17Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.170293ms]" time="2021-09-24T07:01:17Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [19.703713ms]" time="2021-09-24T07:01:17Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [18.785567ms]" time="2021-09-24T07:01:17Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [43.822081ms]" time="2021-09-24T07:01:19Z" level=debug msg="http: GET /static/build/img/0ff4d62150facee6b7dec616100ad3da.png (200) [59.695µs]" time="2021-09-24T07:01:19Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/fit_1280 (200) [249.764µs]" time="2021-09-24T07:01:19Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/fit_1280 (200) [235.312µs]" time="2021-09-24T07:01:19Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/fit_1280 (200) [5.130287ms]" time="2021-09-24T07:01:19Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/fit_1280 (200) [173.319µs]" time="2021-09-24T07:01:19Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/fit_1280 (200) [236.894µs]" time="2021-09-24T07:01:20Z" level=info msg="photos: updating private flag for pqnah1kw0h63wpgm, pqnah1let9i4mmlo" time="2021-09-24T07:01:20Z" level=debug msg="counts: updated places [3.875352ms]" time="2021-09-24T07:01:20Z" level=debug msg="counts: updated subjects [280.274µs]" time="2021-09-24T07:01:20Z" level=debug msg="counts: updated labels [3.730379ms]" time="2021-09-24T07:01:20Z" level=debug msg="previews: updated albums [3.744224ms]" time="2021-09-24T07:01:20Z" level=debug msg="previews: updated folders [4.036404ms]" time="2021-09-24T07:01:20Z" level=debug msg="previews: updated calendar [148.793µs]" time="2021-09-24T07:01:20Z" level=debug msg="previews: updated labels [5.301154ms]" time="2021-09-24T07:01:20Z" level=debug msg="previews: updated categories [4.335482ms]" time="2021-09-24T07:01:20Z" level=debug msg="previews: updated subjects [3.033265ms]" time="2021-09-24T07:01:20Z" level=debug msg="albums: flushed cover cache" time="2021-09-24T07:01:20Z" level=debug msg="http: POST /api/v1/batch/photos/private (200) [45.507457ms]" time="2021-09-24T07:01:21Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.463666ms]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [26.913258ms]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_50 (200) [76.278µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_50 (200) [75.981µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_50 (200) [58.728µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_50 (200) [78.443µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_50 (200) [48.495µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_50 (200) [46.328µs]" time="2021-09-24T07:01:21Z" level=info msg="photos: found 16 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.264124ms]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_50 (200) [69.796µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_50 (200) [62.579µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_50 (200) [61.829µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_50 (200) [69.18µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.4962ms]" time="2021-09-24T07:01:21Z" level=info msg="photos: found 76 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.395421ms]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_50 (200) [79.758µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_50 (200) [56.868µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_50 (200) [127.522µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_50 (200) [68.181µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_50 (200) [144.97µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_50 (200) [65.497µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_50 (200) [94.534µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_50 (200) [81.291µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_50 (200) [54.09µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_50 (200) [63.251µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_50 (200) [54.679µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_50 (200) [67.225µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_50 (200) [66.084µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_50 (200) [59.171µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_50 (200) [71.205µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_50 (200) [71.716µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [40.800566ms]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_50 (200) [72.424µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_50 (200) [77.954µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_50 (200) [195.607µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_50 (200) [69.392µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_50 (200) [65.893µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_50 (200) [86.481µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_50 (200) [72.844µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_50 (200) [52.969µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_50 (200) [53.331µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_50 (200) [78.135µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_50 (200) [59.227µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_50 (200) [54.764µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_50 (200) [60.033µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_50 (200) [62.512µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_50 (200) [69.901µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_50 (200) [56.607µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_50 (200) [46.617µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_50 (200) [62.042µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_50 (200) [51.651µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_50 (200) [49.303µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_50 (200) [74.263µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_50 (200) [50.298µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_50 (200) [71.91µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_50 (200) [81.727µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_50 (200) [62.931µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_50 (200) [75.32µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_50 (200) [71.683µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_50 (200) [58.715µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_50 (200) [51.196µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_50 (200) [55.248µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_50 (200) [52.484µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_50 (200) [54.518µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_50 (200) [76.092µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_50 (200) [56.214µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_50 (200) [50.823µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_50 (200) [53.6µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_50 (200) [79.251µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_50 (200) [81.369µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_50 (200) [73.893µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_50 (200) [92.176µs]" time="2021-09-24T07:01:21Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_50 (200) [68.875µs]" time="2021-09-24T07:01:22Z" level=debug msg="photo: using label “Baumschule Rager” to create title for pqnah1l1d5626l4m" time="2021-09-24T07:01:22Z" level=debug msg="counts: updated places [3.879411ms]" time="2021-09-24T07:01:22Z" level=debug msg="counts: updated subjects [158.29µs]" time="2021-09-24T07:01:22Z" level=debug msg="counts: updated labels [400.117µs]" time="2021-09-24T07:01:22Z" level=debug msg="previews: updated albums [3.170058ms]" time="2021-09-24T07:01:22Z" level=debug msg="previews: updated folders [3.301951ms]" time="2021-09-24T07:01:22Z" level=debug msg="previews: updated calendar [179.965µs]" time="2021-09-24T07:01:22Z" level=debug msg="previews: updated labels [4.809603ms]" time="2021-09-24T07:01:22Z" level=debug msg="previews: updated categories [4.004941ms]" time="2021-09-24T07:01:22Z" level=debug msg="previews: updated subjects [2.83073ms]" time="2021-09-24T07:01:22Z" level=debug msg="albums: flushed cover cache" time="2021-09-24T07:01:22Z" level=info msg="photos: found 1 results for id:pqnah1l1d5626l4m merged:true [649.723µs]" time="2021-09-24T07:01:22Z" level=info msg="Changes successfully saved" time="2021-09-24T07:01:22Z" level=debug msg="http: PUT /api/v1/photos/pqnah1l1d5626l4m (200) [48.191272ms]" time="2021-09-24T07:01:22Z" level=info msg="photos: found 75 results for public:true dist:20 year:0 month:0 quality:3 count:120 order:newest merged:true [11.088754ms]" time="2021-09-24T07:01:22Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [34.944397ms]" time="2021-09-24T07:01:23Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.894839ms]" time="2021-09-24T07:01:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [4.982252ms]" time="2021-09-24T07:01:23Z" level=debug msg="counts: updated places [3.563148ms]" time="2021-09-24T07:01:23Z" level=debug msg="counts: updated subjects [163.383µs]" time="2021-09-24T07:01:23Z" level=debug msg="counts: updated labels [2.7052ms]" time="2021-09-24T07:01:23Z" level=debug msg="previews: updated albums [5.219124ms]" time="2021-09-24T07:01:23Z" level=debug msg="previews: updated folders [6.472071ms]" time="2021-09-24T07:01:23Z" level=debug msg="previews: updated calendar [451.763µs]" time="2021-09-24T07:01:23Z" level=debug msg="previews: updated labels [10.20542ms]" time="2021-09-24T07:01:23Z" level=debug msg="previews: updated categories [7.202736ms]" time="2021-09-24T07:01:23Z" level=debug msg="previews: updated subjects [4.621288ms]" time="2021-09-24T07:01:23Z" level=debug msg="albums: flushed cover cache" time="2021-09-24T07:01:23Z" level=info msg="photos: found 2 results for id:pqmxlr02fsnwrn7f merged:true [2.54336ms]" time="2021-09-24T07:01:23Z" level=info msg="Changes successfully saved" time="2021-09-24T07:01:23Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr02fsnwrn7f (200) [77.589753ms]" time="2021-09-24T07:01:23Z" level=info msg="photos: found 8 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.021012ms]" time="2021-09-24T07:01:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [4.661446ms]" time="2021-09-24T07:01:24Z" level=info msg="photos: updating private flag for pqmxlr31st2guha6" time="2021-09-24T07:01:24Z" level=debug msg="counts: updated places [3.222247ms]" time="2021-09-24T07:01:24Z" level=debug msg="counts: updated subjects [212.007µs]" time="2021-09-24T07:01:24Z" level=debug msg="counts: updated labels [486.968µs]" time="2021-09-24T07:01:24Z" level=debug msg="previews: updated albums [3.66774ms]" time="2021-09-24T07:01:24Z" level=debug msg="previews: updated folders [3.879979ms]" time="2021-09-24T07:01:24Z" level=debug msg="previews: updated calendar [169.547µs]" time="2021-09-24T07:01:24Z" level=debug msg="previews: updated labels [5.258341ms]" time="2021-09-24T07:01:24Z" level=debug msg="previews: updated categories [4.259553ms]" time="2021-09-24T07:01:24Z" level=debug msg="previews: updated subjects [3.202101ms]" time="2021-09-24T07:01:24Z" level=debug msg="albums: flushed cover cache" time="2021-09-24T07:01:24Z" level=debug msg="http: POST /api/v1/batch/photos/private (200) [39.045326ms]" time="2021-09-24T07:01:25Z" level=debug msg="http: GET /api/v1/svg/photo (200) [183.232µs]" time="2021-09-24T07:01:25Z" level=debug msg="http: GET /api/v1/photos/pqmxlr03f0zjk06w (200) [2.814625ms]" time="2021-09-24T07:01:31Z" level=debug msg="counts: updated places [2.968256ms]" time="2021-09-24T07:01:31Z" level=debug msg="counts: updated subjects [285.001µs]" time="2021-09-24T07:01:31Z" level=debug msg="counts: updated labels [483.092µs]" time="2021-09-24T07:01:31Z" level=debug msg="previews: updated albums [4.958679ms]" time="2021-09-24T07:01:31Z" level=debug msg="previews: updated folders [3.780332ms]" time="2021-09-24T07:01:31Z" level=debug msg="previews: updated calendar [130.8µs]" time="2021-09-24T07:01:31Z" level=debug msg="previews: updated labels [5.214784ms]" time="2021-09-24T07:01:31Z" level=debug msg="previews: updated categories [4.066853ms]" time="2021-09-24T07:01:31Z" level=debug msg="previews: updated subjects [3.359887ms]" time="2021-09-24T07:01:31Z" level=debug msg="albums: flushed cover cache" time="2021-09-24T07:01:31Z" level=info msg="photos: found 2 results for id:pqmxlr03f0zjk06w merged:true [777.3µs]" time="2021-09-24T07:01:31Z" level=info msg="Changes successfully saved" time="2021-09-24T07:01:31Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr03f0zjk06w (200) [48.919779ms]" time="2021-09-24T07:01:32Z" level=info msg="photos: found 4 results for video:true public:true dist:20 year:0 month:0 quality:3 count:120 order:newest merged:true [1.597555ms]" time="2021-09-24T07:01:32Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [3.401021ms]" time="2021-09-24T07:01:32Z" level=info msg="photos: found 12 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [3.956103ms]" time="2021-09-24T07:01:32Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [9.007527ms]" time="2021-09-24T07:01:32Z" level=debug msg="http: GET /api/v1/t/0565ab2f8eeb39ab0090d9cbac3a8fc66327dde5/public/tile_500 (200) [5.007119ms]" time="2021-09-24T07:01:32Z" level=debug msg="http: GET /api/v1/t/491afdb548fe1a17d44211b443411a423471c8cc/public/tile_500 (200) [4.385275ms]" time="2021-09-24T07:01:34Z" level=info msg="photos: updating private flag for pqnah1kw0h63wpgm, pqnah1let9i4mmlo, pqmxlr31st2guha6" time="2021-09-24T07:01:34Z" level=debug msg="counts: updated places [3.778343ms]" time="2021-09-24T07:01:34Z" level=debug msg="counts: updated subjects [221.117µs]" time="2021-09-24T07:01:34Z" level=debug msg="counts: updated labels [3.667163ms]" time="2021-09-24T07:01:34Z" level=debug msg="previews: updated albums [3.713189ms]" time="2021-09-24T07:01:34Z" level=debug msg="previews: updated folders [4.283036ms]" time="2021-09-24T07:01:34Z" level=debug msg="previews: updated calendar [199.345µs]" time="2021-09-24T07:01:34Z" level=debug msg="previews: updated labels [5.546652ms]" time="2021-09-24T07:01:34Z" level=debug msg="previews: updated categories [4.427288ms]" time="2021-09-24T07:01:34Z" level=debug msg="previews: updated subjects [3.577069ms]" time="2021-09-24T07:01:34Z" level=debug msg="albums: flushed cover cache" time="2021-09-24T07:01:34Z" level=debug msg="http: POST /api/v1/batch/photos/private (200) [41.702588ms]" time="2021-09-24T07:01:35Z" level=debug msg="http: GET /api/v1/photos/pqmxlr03f0zjk06w (200) [2.135174ms]" time="2021-09-24T07:01:41Z" level=debug msg="counts: updated places [3.051861ms]" time="2021-09-24T07:01:41Z" level=debug msg="counts: updated subjects [160.122µs]" time="2021-09-24T07:01:41Z" level=debug msg="counts: updated labels [475.513µs]" time="2021-09-24T07:01:41Z" level=info msg="photos: found 2 results for id:pqmxlr03f0zjk06w merged:true [855.668µs]" time="2021-09-24T07:01:41Z" level=info msg="Changes successfully saved" time="2021-09-24T07:01:41Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr03f0zjk06w (200) [26.608295ms]" time="2021-09-24T07:01:42Z" level=info msg="photos: found 6 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.51843ms]" time="2021-09-24T07:01:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [3.662028ms]" time="2021-09-24T07:01:42Z" level=debug msg="http: GET /api/v1/t/0565ab2f8eeb39ab0090d9cbac3a8fc66327dde5/public/tile_50 (200) [109.389µs]" time="2021-09-24T07:01:42Z" level=debug msg="http: GET /api/v1/t/491afdb548fe1a17d44211b443411a423471c8cc/public/tile_50 (200) [82.001µs]" time="2021-09-24T07:01:42Z" level=debug msg="photo: using label “Baumschule Rager” to create title for pqnah1l1d5626l4m" time="2021-09-24T07:01:42Z" level=debug msg="counts: updated places [4.674506ms]" time="2021-09-24T07:01:42Z" level=debug msg="counts: updated subjects [665.916µs]" time="2021-09-24T07:01:42Z" level=debug msg="counts: updated labels [1.444394ms]" time="2021-09-24T07:01:42Z" level=info msg="photos: found 1 results for id:pqnah1l1d5626l4m merged:true [2.023001ms]" time="2021-09-24T07:01:42Z" level=info msg="Changes successfully saved" time="2021-09-24T07:01:42Z" level=debug msg="http: PUT /api/v1/photos/pqnah1l1d5626l4m (200) [51.12808ms]" time="2021-09-24T07:01:42Z" level=debug msg="counts: updated places [3.744851ms]" time="2021-09-24T07:01:42Z" level=debug msg="counts: updated subjects [283.416µs]" time="2021-09-24T07:01:42Z" level=debug msg="counts: updated labels [3.977555ms]" time="2021-09-24T07:01:42Z" level=info msg="photos: found 2 results for id:pqmxlr02fsnwrn7f merged:true [1.008169ms]" time="2021-09-24T07:01:42Z" level=info msg="Changes successfully saved" time="2021-09-24T07:01:43Z" level=debug msg="http: PUT /api/v1/photos/pqmxlr02fsnwrn7f (200) [37.931997ms]" time="2021-09-24T07:01:43Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [952.479µs]" time="2021-09-24T07:01:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [2.312559ms]" time="2021-09-24T07:01:43Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:120 order:newest merged:true [1.773025ms]" time="2021-09-24T07:01:43Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [3.852995ms]" time="2021-09-24T07:01:44Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [13.810675ms]" time="2021-09-24T07:01:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [31.984732ms]" time="2021-09-24T07:01:44Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.380022ms]" time="2021-09-24T07:01:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.046178ms]" time="2021-09-24T07:01:44Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [14.732198ms]" time="2021-09-24T07:01:44Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [41.833667ms]" time="2021-09-24T07:01:45Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.213366ms]" time="2021-09-24T07:01:45Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [5.485078ms]" time="2021-09-24T07:01:45Z" level=debug msg="http: GET /browse (200) [6.809464ms]" time="2021-09-24T07:01:45Z" level=debug msg="http: GET /api/v1/ws (200) [45.74003751s]" time="2021-09-24T07:01:45Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.8505ms]" time="2021-09-24T07:01:46Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [104.157461ms]" time="2021-09-24T07:01:47Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.374767ms]" time="2021-09-24T07:01:47Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [12.87706ms]" time="2021-09-24T07:01:47Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [30.832245ms]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [154.945µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [116.697µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [187.036µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [172.022µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [125.899µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [145.002µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [141.037µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [122.785µs]" time="2021-09-24T07:01:48Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.4436ms]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [143.971µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [137.045µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [121.542µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [121.545µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.88345ms]" time="2021-09-24T07:01:48Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.094408ms]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [135.44µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [126.305µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [172.116µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [134.944µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [105.777µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [155.53µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [168.311µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [152.234µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [128.565µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [178.228µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [216.573µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [327.035µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [154.303µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [46.362538ms]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [183.32µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [182.276µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [87.752µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [100.809µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [195.259µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [132.776µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [135.214µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [133.084µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [136.3µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [99.766µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [113.712µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [131.692µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [137.223µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [107.662µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [127.996µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [149.063µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [129.715µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [112.27µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [146.561µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [108.141µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [135.067µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [113.824µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [114.146µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [124.096µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [110.338µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [105.86µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [180.693µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [149.489µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [119.563µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [130.703µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [132.997µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [145.022µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [158.147µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [168.868µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [124.596µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [137.618µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [127.119µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [128.43µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [94.63µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [106.281µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [112.829µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [134.259µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [135.31µs]" time="2021-09-24T07:01:48Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [159.908µs]" time="2021-09-24T07:01:49Z" level=info msg="photos: found 60 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.028496ms]" time="2021-09-24T07:01:49Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [27.749275ms]" time="2021-09-24T07:01:50Z" level=info msg="photos: found 8 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [2.055221ms]" time="2021-09-24T07:01:50Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [6.23586ms]" time="2021-09-24T07:01:50Z" level=info msg="photos: found 68 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [10.232956ms]" time="2021-09-24T07:01:50Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [32.720045ms]" time="2021-09-24T07:02:01Z" level=info msg="photos: found 60 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.420613ms]" time="2021-09-24T07:02:01Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [28.387057ms]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_224 (200) [117.624µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_224 (200) [113.142µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_224 (200) [98.621µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_224 (200) [97.661µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_224 (200) [81.936µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_224 (200) [105.067µs]" time="2021-09-24T07:02:02Z" level=info msg="photos: found 8 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [1.992983ms]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_224 (200) [125.903µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [6.494231ms]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_224 (200) [116.74µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_224 (200) [115.093µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_224 (200) [139.392µs]" time="2021-09-24T07:02:02Z" level=info msg="photos: found 68 results for photo:true public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [10.817651ms]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_224 (200) [113.278µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_224 (200) [104.267µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_224 (200) [108.161µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_224 (200) [146.299µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_224 (200) [101.105µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_224 (200) [108.438µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_224 (200) [104.66µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_224 (200) [85.13µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_224 (200) [141.606µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_224 (200) [125.161µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=photo:true&public=true&quality=3 (200) [35.933553ms]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_224 (200) [119.32µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_224 (200) [95.099µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_224 (200) [109.835µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_224 (200) [127.353µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_224 (200) [109.055µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_224 (200) [97.137µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_224 (200) [102.06µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_224 (200) [104.052µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_224 (200) [116.014µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_224 (200) [87.295µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_224 (200) [78.856µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_224 (200) [114.158µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_224 (200) [107.037µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_224 (200) [107.005µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_224 (200) [93.611µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_224 (200) [86.138µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_224 (200) [116.438µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_224 (200) [89.244µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_224 (200) [92.86µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_224 (200) [110.215µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_224 (200) [92.88µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_224 (200) [116.636µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_224 (200) [90.181µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_224 (200) [79.332µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_224 (200) [112.046µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_224 (200) [90.034µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_224 (200) [91.007µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_224 (200) [120.842µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_224 (200) [94.063µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_224 (200) [117.25µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_224 (200) [89.915µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_224 (200) [79.521µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_224 (200) [100.456µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_224 (200) [83.536µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_224 (200) [67.388µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_224 (200) [106.655µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_224 (200) [106.317µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_224 (200) [105.31µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_224 (200) [87.101µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_224 (200) [74.662µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_224 (200) [84.022µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_224 (200) [93.595µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_224 (200) [87.412µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_224 (200) [110.352µs]" time="2021-09-24T07:02:02Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.154ms]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [5.356324ms]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_224 (200) [133.113µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_224 (200) [126.556µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_224 (200) [121.708µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_224 (200) [115.629µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_224 (200) [113.361µs]" time="2021-09-24T07:02:02Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [941.353µs]" time="2021-09-24T07:02:02Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [2.07669ms]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/0565ab2f8eeb39ab0090d9cbac3a8fc66327dde5/public/tile_224 (200) [138.429µs]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/491afdb548fe1a17d44211b443411a423471c8cc/public/tile_224 (200) [131.97µs]" time="2021-09-24T07:02:03Z" level=info msg="photos: found 8 results for public:true dist:20 year:0 month:0 quality:3 review:true count:60 order:newest merged:true [1.993639ms]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [5.149556ms]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_224 (200) [124.802µs]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/fd62f95cafc43bbdbce2aac3375b1af993197e98/public/tile_224 (200) [117.013µs]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/121916ba65377ab5a3fa3d44a4965d4319251b40/public/tile_224 (200) [94.781µs]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/29a83601a23c3e3413b0e313a891f37606872261/public/tile_224 (200) [116.652µs]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_224 (200) [5.087833ms]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_224 (200) [4.062922ms]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/af6f4405cf3ddfe18a7f17c680eb576972f2e432/public/tile_224 (200) [137.509µs]" time="2021-09-24T07:02:03Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_224 (200) [173.762µs]" time="2021-09-24T07:02:04Z" level=info msg="photos: found 4 results for archived:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.75315ms]" time="2021-09-24T07:02:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&archived=true (200) [4.016306ms]" time="2021-09-24T07:02:04Z" level=debug msg="http: GET /api/v1/t/b68b0e6a627e691a39b940632d9e3d83ff11f0bd/public/tile_224 (200) [169.068µs]" time="2021-09-24T07:02:04Z" level=debug msg="http: GET /api/v1/t/d6efb0c5c9b9bd000e6b8f86b391478f19abf3f3/public/tile_224 (200) [114.028µs]" time="2021-09-24T07:02:04Z" level=debug msg="http: GET /api/v1/t/f2e2d89445c5dc64cde394158fd07eeb02083e75/public/tile_224 (200) [91.959µs]" time="2021-09-24T07:02:04Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.922716ms]" time="2021-09-24T07:02:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [7.976054ms]" time="2021-09-24T07:02:04Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.194463ms]" time="2021-09-24T07:02:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [5.16035ms]" time="2021-09-24T07:02:11Z" level=info msg="photos: archiving pqmxlr31st2guha6" time="2021-09-24T07:02:11Z" level=debug msg="counts: updated places [3.565734ms]" time="2021-09-24T07:02:11Z" level=debug msg="counts: updated subjects [255.848µs]" time="2021-09-24T07:02:11Z" level=debug msg="counts: updated labels [428.214µs]" time="2021-09-24T07:02:11Z" level=debug msg="previews: updated albums [3.559032ms]" time="2021-09-24T07:02:11Z" level=debug msg="previews: updated folders [3.821895ms]" time="2021-09-24T07:02:11Z" level=debug msg="previews: updated calendar [139.066µs]" time="2021-09-24T07:02:11Z" level=debug msg="previews: updated labels [5.099492ms]" time="2021-09-24T07:02:11Z" level=debug msg="previews: updated categories [4.713213ms]" time="2021-09-24T07:02:11Z" level=debug msg="previews: updated subjects [3.412092ms]" time="2021-09-24T07:02:11Z" level=debug msg="http: POST /api/v1/batch/photos/archive (200) [38.691751ms]" time="2021-09-24T07:02:11Z" level=info msg="photos: found 8 results for video:true public:true dist:20 year:0 month:0 quality:3 count:120 order:newest merged:true [2.025257ms]" time="2021-09-24T07:02:11Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [4.821859ms]" time="2021-09-24T07:02:11Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [9.954156ms]" time="2021-09-24T07:02:12Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [27.627488ms]" time="2021-09-24T07:02:12Z" level=info msg="photos: found 16 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [18.531406ms]" time="2021-09-24T07:02:12Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [29.20759ms]" time="2021-09-24T07:02:12Z" level=info msg="photos: found 76 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [22.867401ms]" time="2021-09-24T07:02:12Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [57.267786ms]" time="2021-09-24T07:02:20Z" level=info msg="photos: archiving pqnah1kw0h63wpgm, pqnah1let9i4mmlo" time="2021-09-24T07:02:20Z" level=debug msg="counts: updated places [3.354552ms]" time="2021-09-24T07:02:20Z" level=debug msg="counts: updated subjects [215.166µs]" time="2021-09-24T07:02:20Z" level=debug msg="counts: updated labels [3.585689ms]" time="2021-09-24T07:02:20Z" level=debug msg="previews: updated albums [4.720961ms]" time="2021-09-24T07:02:20Z" level=debug msg="previews: updated folders [6.270146ms]" time="2021-09-24T07:02:20Z" level=debug msg="previews: updated calendar [431.75µs]" time="2021-09-24T07:02:20Z" level=debug msg="previews: updated labels [12.982712ms]" time="2021-09-24T07:02:20Z" level=debug msg="previews: updated categories [8.009666ms]" time="2021-09-24T07:02:20Z" level=debug msg="previews: updated subjects [4.735217ms]" time="2021-09-24T07:02:20Z" level=debug msg="http: POST /api/v1/batch/photos/archive (200) [64.985552ms]" time="2021-09-24T07:02:21Z" level=info msg="photos: found 74 results for public:true dist:20 year:0 month:0 quality:3 count:120 order:newest merged:true [16.741696ms]" time="2021-09-24T07:02:21Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [45.417463ms]" time="2021-09-24T07:02:22Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [973.888µs]" time="2021-09-24T07:02:22Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [2.300503ms]" time="2021-09-24T07:02:22Z" level=debug msg="http: GET /api/v1/t/0565ab2f8eeb39ab0090d9cbac3a8fc66327dde5/public/tile_500 (200) [152.832µs]" time="2021-09-24T07:02:22Z" level=debug msg="http: GET /api/v1/t/491afdb548fe1a17d44211b443411a423471c8cc/public/tile_500 (200) [159.916µs]" time="2021-09-24T07:02:23Z" level=info msg="photos: found 8 results for public:true dist:20 year:0 month:0 quality:3 review:true count:60 order:newest merged:true [3.162472ms]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [8.246774ms]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [181.606µs]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [136.339µs]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [156.035µs]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/fd62f95cafc43bbdbce2aac3375b1af993197e98/public/tile_500 (200) [146.881µs]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/121916ba65377ab5a3fa3d44a4965d4319251b40/public/tile_500 (200) [136.814µs]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/29a83601a23c3e3413b0e313a891f37606872261/public/tile_500 (200) [368.59µs]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/af6f4405cf3ddfe18a7f17c680eb576972f2e432/public/tile_500 (200) [469.729µs]" time="2021-09-24T07:02:23Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [150.595µs]" time="2021-09-24T07:02:29Z" level=info msg="photos: archiving pqmxlquf9tbc8mk2, pqzuein2pdcg1kc7" time="2021-09-24T07:02:29Z" level=debug msg="counts: updated places [3.616867ms]" time="2021-09-24T07:02:29Z" level=debug msg="counts: updated subjects [262.904µs]" time="2021-09-24T07:02:29Z" level=debug msg="counts: updated labels [3.550559ms]" time="2021-09-24T07:02:29Z" level=debug msg="previews: updated albums [3.773511ms]" time="2021-09-24T07:02:29Z" level=debug msg="previews: updated folders [4.264772ms]" time="2021-09-24T07:02:29Z" level=debug msg="previews: updated calendar [199.39µs]" time="2021-09-24T07:02:29Z" level=debug msg="previews: updated labels [5.785521ms]" time="2021-09-24T07:02:29Z" level=debug msg="previews: updated categories [4.545806ms]" time="2021-09-24T07:02:29Z" level=debug msg="previews: updated subjects [3.506183ms]" time="2021-09-24T07:02:29Z" level=debug msg="http: POST /api/v1/batch/photos/archive (200) [44.733833ms]" time="2021-09-24T07:02:30Z" level=info msg="photos: found 7 results for public:true dist:20 year:0 month:0 quality:3 review:true count:120 order:newest merged:true [1.576074ms]" time="2021-09-24T07:02:30Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [4.139053ms]" time="2021-09-24T07:02:30Z" level=info msg="photos: found 11 results for archived:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.593887ms]" time="2021-09-24T07:02:30Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&archived=true (200) [6.440948ms]" time="2021-09-24T07:02:30Z" level=debug msg="http: GET /api/v1/t/b68b0e6a627e691a39b940632d9e3d83ff11f0bd/public/tile_500 (200) [170µs]" time="2021-09-24T07:02:30Z" level=debug msg="http: GET /api/v1/t/d6efb0c5c9b9bd000e6b8f86b391478f19abf3f3/public/tile_500 (200) [164.962µs]" time="2021-09-24T07:02:30Z" level=debug msg="http: GET /api/v1/t/f2e2d89445c5dc64cde394158fd07eeb02083e75/public/tile_500 (200) [164.579µs]" time="2021-09-24T07:02:33Z" level=info msg="photos: restoring pqnah1kw0h63wpgm, pqnah1let9i4mmlo, pqmxlr31st2guha6, pqmxlquf9tbc8mk2, pqzuein2pdcg1kc7" time="2021-09-24T07:02:33Z" level=debug msg="counts: updated places [3.842072ms]" time="2021-09-24T07:02:33Z" level=debug msg="counts: updated subjects [224.484µs]" time="2021-09-24T07:02:33Z" level=debug msg="counts: updated labels [3.705335ms]" time="2021-09-24T07:02:33Z" level=debug msg="previews: updated albums [3.711165ms]" time="2021-09-24T07:02:33Z" level=debug msg="previews: updated folders [6.083532ms]" time="2021-09-24T07:02:33Z" level=debug msg="previews: updated calendar [459.838µs]" time="2021-09-24T07:02:33Z" level=debug msg="previews: updated labels [9.539802ms]" time="2021-09-24T07:02:33Z" level=debug msg="previews: updated categories [6.552833ms]" time="2021-09-24T07:02:33Z" level=debug msg="previews: updated subjects [4.166475ms]" time="2021-09-24T07:02:33Z" level=debug msg="http: POST /api/v1/batch/photos/restore (200) [59.93577ms]" time="2021-09-24T07:02:33Z" level=info msg="photos: found 4 results for archived:true public:true dist:20 year:0 month:0 quality:3 count:120 order:newest merged:true [1.58163ms]" time="2021-09-24T07:02:33Z" level=debug msg="http: GET /api/v1/photos?count=120&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&archived=true (200) [3.545941ms]" time="2021-09-24T07:02:34Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.166052ms]" time="2021-09-24T07:02:34Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [5.19425ms]" time="2021-09-24T07:02:34Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [12.010522ms]" time="2021-09-24T07:02:34Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [34.904701ms]" time="2021-09-24T07:02:35Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.354944ms]" time="2021-09-24T07:02:35Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [11.880896ms]" time="2021-09-24T07:02:35Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.979086ms]" time="2021-09-24T07:02:35Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [38.819088ms]" time="2021-09-24T07:02:36Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [983.201µs]" time="2021-09-24T07:02:36Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [2.212601ms]" time="2021-09-24T07:02:36Z" level=info msg="photos: found 8 results for public:true dist:20 year:0 month:0 quality:3 review:true count:60 order:newest merged:true [2.03416ms]" time="2021-09-24T07:02:36Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [5.099419ms]" time="2021-09-24T07:02:37Z" level=debug msg="http: GET /browse (200) [5.138657ms]" time="2021-09-24T07:02:37Z" level=debug msg="http: GET /api/v1/ws (200) [50.652185474s]" time="2021-09-24T07:02:37Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [8.782955ms]" time="2021-09-24T07:02:37Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [100.514697ms]" time="2021-09-24T07:02:38Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.559569ms]" time="2021-09-24T07:02:38Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [12.092665ms]" time="2021-09-24T07:02:38Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [31.367033ms]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [207.691µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [193.565µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [225.196µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [135.901µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [167.166µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [157.771µs]" time="2021-09-24T07:02:39Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.801724ms]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [130.252µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [86.787µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [137.701µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.168873ms]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [185.556µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [145.18µs]" time="2021-09-24T07:02:39Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [12.396239ms]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [127.047µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [105.993µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [107.715µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [176.235µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [156.151µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [136.472µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [142.102µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [167.941µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [119.285µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [158.64µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [162.454µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [150.84µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [98.598µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [40.093745ms]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [166.668µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [131.714µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [145.126µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [139.328µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [109.516µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [131.53µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [117.541µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [116.714µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [136.948µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [133.312µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [120.088µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [121.116µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [129.535µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [140.436µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [115.071µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [149.091µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [148.008µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [143.394µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [138.63µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [108.579µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [109.288µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [122.094µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [112.148µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [134.44µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [109.561µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [110.111µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [102.805µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [166.516µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [140.397µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [126.126µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [107.668µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [132.799µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [123.042µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [167.721µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [143.892µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [141.152µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [182.995µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [197.396µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [152.206µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [110.222µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [149.277µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [166.097µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [150.442µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [133.14µs]" time="2021-09-24T07:02:39Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [108.614µs]" time="2021-09-24T07:02:41Z" level=info msg="photos: found 4 results for archived:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.11379ms]" time="2021-09-24T07:02:41Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&archived=true (200) [2.647092ms]" time="2021-09-24T07:02:41Z" level=debug msg="http: GET /api/v1/t/b68b0e6a627e691a39b940632d9e3d83ff11f0bd/public/tile_500 (200) [183.738µs]" time="2021-09-24T07:02:41Z" level=debug msg="http: GET /api/v1/t/d6efb0c5c9b9bd000e6b8f86b391478f19abf3f3/public/tile_500 (200) [159.034µs]" time="2021-09-24T07:02:41Z" level=debug msg="http: GET /api/v1/t/f2e2d89445c5dc64cde394158fd07eeb02083e75/public/tile_500 (200) [132.671µs]" time="2021-09-24T07:02:41Z" level=info msg="photos: found 2 results for photo:true public:true dist:20 mono:true year:0 month:0 quality:3 count:60 order:newest merged:true [874.28µs]" time="2021-09-24T07:02:41Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=mono:true+quality:3+photo:true&public=true&quality=3 (200) [1.924051ms]" time="2021-09-24T07:02:42Z" level=info msg="photos: found 2 results for panorama:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [906.24µs]" time="2021-09-24T07:02:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=panorama:true&public=true&quality=3 (200) [1.865185ms]" time="2021-09-24T07:02:42Z" level=info msg="photos: found 8 results for stack:true photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.072479ms]" time="2021-09-24T07:02:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=stack:true&public=true&quality=3&photo=true (200) [4.729777ms]" time="2021-09-24T07:02:43Z" level=info msg="photos: found 1 results for photo:true scan:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [781.626µs]" time="2021-09-24T07:02:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=scan:true&public=true&quality=3&photo=true (200) [1.509253ms]" time="2021-09-24T07:02:44Z" level=info msg="photos: found 8 results for public:true dist:20 year:0 month:0 quality:3 review:true count:60 order:newest merged:true [1.688697ms]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [5.392601ms]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [152.158µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [161.985µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [178.525µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/fd62f95cafc43bbdbce2aac3375b1af993197e98/public/tile_500 (200) [144.267µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/121916ba65377ab5a3fa3d44a4965d4319251b40/public/tile_500 (200) [146.718µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/29a83601a23c3e3413b0e313a891f37606872261/public/tile_500 (200) [141.708µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/af6f4405cf3ddfe18a7f17c680eb576972f2e432/public/tile_500 (200) [150.289µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [178.35µs]" time="2021-09-24T07:02:44Z" level=info msg="photos: found 2 results for public:true favorite:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [931.192µs]" time="2021-09-24T07:02:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&favorite=true (200) [1.930341ms]" time="2021-09-24T07:02:45Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [989.076µs]" time="2021-09-24T07:02:45Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [2.281908ms]" time="2021-09-24T07:02:45Z" level=debug msg="http: GET /api/v1/t/0565ab2f8eeb39ab0090d9cbac3a8fc66327dde5/public/tile_500 (200) [157.65µs]" time="2021-09-24T07:02:45Z" level=debug msg="http: GET /api/v1/t/491afdb548fe1a17d44211b443411a423471c8cc/public/tile_500 (200) [165.946µs]" time="2021-09-24T07:02:46Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [3.508656ms]" time="2021-09-24T07:02:46Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [7.918539ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.743913ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2021 month:1\" public:true dist:20 year:2021 month:1 album:aqnqtnv3f5ibtghn count:1 order:relevance [658.189µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqnqtnv3f5ibtghn:tile_500 [1.709825ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [1.906582ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2020 month:12\" public:true dist:20 year:2020 month:12 album:aqnah1mlu18nkw5y count:1 order:relevance [646.475µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqnah1mlu18nkw5y:tile_500 [1.652263ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [1.806621ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2020 month:8\" public:true dist:20 year:2020 month:8 album:aqnah1m3ralbeur8 count:1 order:relevance [980.158µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqnah1m3ralbeur8:tile_500 [1.784498ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [1.911539ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2019 month:10\" public:true dist:20 year:2019 month:10 album:aqmxlr72fxziu7do count:1 order:relevance [673.084µs]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2020 month:7\" public:true dist:20 year:2020 month:7 album:aqnah1m1h8qd6czu count:1 order:relevance [1.689393ms]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr72fxziu7do:tile_500 [1.774713ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2019 month:6\" public:true dist:20 year:2019 month:6 album:aqmxlr786sc7zz3b count:1 order:relevance [1.012214ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [1.928309ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2019 month:5\" public:true dist:20 year:2019 month:5 album:aqmxlr72lk7l5jal count:1 order:relevance [1.416444ms]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqnah1m1h8qd6czu:tile_500 [3.884761ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [4.021609ms]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr72lk7l5jal:tile_500 [2.209708ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [2.364213ms]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr786sc7zz3b:tile_500 [1.968604ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [3.240258ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2018 month:7\" public:true dist:20 year:2018 month:7 album:aqnah1m16ogr95li count:1 order:relevance [696.562µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqnah1m16ogr95li:tile_500 [1.802936ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [1.950667ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2018 month:5\" public:true dist:20 year:2018 month:5 album:aqmxlr77il8cr8g8 count:1 order:relevance [912.987µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr77il8cr8g8:tile_500 [1.860217ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2018 month:1\" public:true dist:20 year:2018 month:1 album:aqnah1m36lkobl18 count:1 order:relevance [867.197µs]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [2.032006ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:12\" public:true dist:20 year:2017 month:12 album:aqmxlr7277y14dl4 count:1 order:relevance [726.999µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqnah1m36lkobl18:tile_500 [1.736294ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [1.870156ms]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr7277y14dl4:tile_500 [1.485267ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [1.647095ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:8\" public:true dist:20 year:2017 month:8 album:aqmxlr716gxvw2gk count:1 order:relevance [679.681µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr716gxvw2gk:tile_500 [1.575867ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [1.723885ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:10\" public:true dist:20 year:2017 month:10 album:aqmxlr73d4khlo9d count:1 order:relevance [757.409µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr73d4khlo9d:tile_500 [3.385384ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [3.511942ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:1\" public:true dist:20 year:2017 month:1 album:aqmxlr71p6zo22dk count:1 order:relevance [692.756µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr71p6zo22dk:tile_500 [1.636801ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2015 month:12\" public:true dist:20 year:2015 month:12 album:aqmxlr71pa8hobcu count:1 order:relevance [701.087µs]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [1.752545ms]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr71pa8hobcu:tile_500 [1.487733ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [1.645802ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2015 month:11\" public:true dist:20 year:2015 month:11 album:aqmxlr73qmi2bmrj count:1 order:relevance [723.096µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr73qmi2bmrj:tile_500 [1.571927ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [1.687222ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2015 month:2\" public:true dist:20 year:2015 month:2 album:aqmxlr71kb5nyuyb count:1 order:relevance [942.56µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr71kb5nyuyb:tile_500 [1.847394ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [1.989608ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2014 month:3\" public:true dist:20 year:2014 month:3 album:aqmxlr71rt835kpf count:1 order:relevance [2.49179ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2013 month:11\" public:true dist:20 year:2013 month:11 album:aqmxlr73gwwnd233 count:1 order:relevance [650.238µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr73gwwnd233:tile_500 [1.535763ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [1.6887ms]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqmxlr71rt835kpf:tile_500 [5.319175ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [5.433729ms]" time="2021-09-24T07:02:47Z" level=info msg="photos: found 1 results for filter:\"public:true year:2012 month:4\" public:true dist:20 year:2012 month:4 album:aqzuej1klvuno4ib count:1 order:relevance [814.864µs]" time="2021-09-24T07:02:47Z" level=debug msg="cached album-cover:aqzuej1klvuno4ib:tile_500 [1.729287ms]" time="2021-09-24T07:02:47Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [1.860408ms]" time="2021-09-24T07:02:48Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=January+2017&category=&type=month (200) [951.787µs]" time="2021-09-24T07:02:58Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk (200) [312.032µs]" time="2021-09-24T07:02:58Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:1\" public:true dist:20 year:2017 month:1 album:aqmxlr71p6zo22dk count:60 order:oldest merged:true [697.838µs]" time="2021-09-24T07:02:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71p6zo22dk&filter=public:true+year:2017+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [1.476416ms]" time="2021-09-24T07:02:59Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [668.448µs]" time="2021-09-24T07:02:59Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T07:02:59Z" level=info msg="photos: found 1 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:1 order:relevance [1.449458ms]" time="2021-09-24T07:02:59Z" level=debug msg="cached album-cover:aqnah1mhviyxpahk:tile_500 [2.419882ms]" time="2021-09-24T07:02:59Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/t/public/tile_500 (200) [2.584035ms]" time="2021-09-24T07:02:59Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [292.272µs]" time="2021-09-24T07:02:59Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T07:02:59Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.372721ms]" time="2021-09-24T07:02:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.912498ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=state (200) [36.758121ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:de state:Baden-Württemberg\" public:true dist:20 country:de state:\"Baden-Württemberg\" album:aqmxlr7el3v2x167 count:1 order:relevance [745.143µs]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr7el3v2x167:tile_500 [1.775952ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7el3v2x167/t/public/tile_500 (200) [1.951747ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:de state:Berlin\" public:true dist:20 country:de state:Berlin album:aqmxlr72knhkjmf1 count:1 order:relevance [676.278µs]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr72knhkjmf1:tile_500 [1.498537ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72knhkjmf1/t/public/tile_500 (200) [1.642952ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:us state:California\" public:true dist:20 country:us state:California album:aqmxlr71m5x8cy8d count:1 order:relevance [1.027637ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:ca state:British Columbia\" public:true dist:20 country:ca state:\"British Columbia\" album:aqmxlr722zyrizc7 count:1 order:relevance [1.775965ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:za state:Eastern Cape\" public:true dist:20 country:za state:\"Eastern Cape\" album:aqmxlr71c126qrgm count:1 order:relevance [796.198µs]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr71m5x8cy8d:tile_500 [1.84589ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71m5x8cy8d/t/public/tile_500 (200) [1.974235ms]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr722zyrizc7:tile_500 [2.65274ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr722zyrizc7/t/public/tile_500 (200) [2.781384ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:fr state:La Réunion\" public:true dist:20 country:fr state:\"La Réunion\" album:aqmxlr72g2205kgi count:1 order:relevance [833.738µs]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr72g2205kgi:tile_500 [1.616879ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72g2205kgi/t/public/tile_500 (200) [1.733967ms]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr71c126qrgm:tile_500 [3.032587ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71c126qrgm/t/public/tile_500 (200) [3.190042ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:bw state:North-West District\" public:true dist:20 country:bw state:\"North-West District\" album:aqmxlr7jo2foplvd count:1 order:relevance [749.412µs]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:it state:Trentino-Alto Adige\" public:true dist:20 country:it state:\"Trentino-Alto Adige\" album:aqmxlr73q4ljjm17 count:1 order:relevance [702.857µs]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr7jo2foplvd:tile_500 [1.716942ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7jo2foplvd/t/public/tile_500 (200) [1.848556ms]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr73q4ljjm17:tile_500 [1.543007ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73q4ljjm17/t/public/tile_500 (200) [1.655274ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:za state:Western Cape\" public:true dist:20 country:za state:\"Western Cape\" album:aqmxlr71tebcohrw count:1 order:relevance [842.198µs]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr71tebcohrw:tile_500 [1.623007ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71tebcohrw/t/public/tile_500 (200) [1.776125ms]" time="2021-09-24T07:03:00Z" level=info msg="photos: found 1 results for filter:\"public:true country:gr state:Ἀποκεντρωμένη Διοίκησις Κρήτης\" public:true dist:20 country:gr state:\"Ἀποκεντρωμένη Διοίκησις Κρήτης\" album:aqmxlr724ofz622q count:1 order:relevance [1.383971ms]" time="2021-09-24T07:03:00Z" level=debug msg="cached album-cover:aqmxlr724ofz622q:tile_500 [2.22645ms]" time="2021-09-24T07:03:00Z" level=debug msg="http: GET /api/v1/albums/aqmxlr724ofz622q/t/public/tile_500 (200) [2.364825ms]" time="2021-09-24T07:03:01Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Western+Cape&category=&type=state (200) [941.567µs]" time="2021-09-24T07:03:11Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71tebcohrw (200) [306.676µs]" time="2021-09-24T07:03:11Z" level=info msg="photos: found 7 results for filter:\"public:true country:za state:Western Cape\" public:true dist:20 country:za state:\"Western Cape\" album:aqmxlr71tebcohrw count:60 order:newest merged:true [1.641062ms]" time="2021-09-24T07:03:11Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71tebcohrw&filter=public:true+country:za+state:%22Western+Cape%22&merged=true&country=&camera=0&order=newest&q= (200) [3.817008ms]" time="2021-09-24T07:03:12Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=&all= (200) [816.046µs]" time="2021-09-24T07:03:13Z" level=info msg="search: label Seashore includes 1 categories" time="2021-09-24T07:03:13Z" level=debug msg="http: GET /api/v1/labels?count=24&offset=0&q=Seashore&all= (200) [764.863µs]" time="2021-09-24T07:03:23Z" level=info msg="search: label seashore includes 0 categories" time="2021-09-24T07:03:23Z" level=info msg="photos: found 2 results for public:true dist:20 label:seashore year:0 month:0 count:60 order:newest merged:true [1.522871ms]" time="2021-09-24T07:03:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:seashore&public=true&quality=0 (200) [2.528696ms]" time="2021-09-24T07:03:24Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=folder&order=default (200) [999.163µs]" time="2021-09-24T07:03:24Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=archive&category=&type=folder&order=default (200) [1.188462ms]" time="2021-09-24T07:03:34Z" level=debug msg="http: GET /api/v1/albums/aqnah1321mgkt1w2 (200) [262.754µs]" time="2021-09-24T07:03:34Z" level=info msg="photos: found 18 results for filter:\"path:archive public:true\" path:archive public:true dist:20 album:aqnah1321mgkt1w2 count:60 order:added merged:true [3.414557ms]" time="2021-09-24T07:03:34Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1321mgkt1w2&filter=path:archive+public:true&merged=true&country=&camera=0&order=added&q= (200) [8.436081ms]" time="2021-09-24T07:03:41Z" level=info msg="photos: archiving pqnah1kw0h63wpgm, pqnah1l1d5626l4m, pqnah1jldzorarso, pqnah1f65tdjn6pz, pqzuein2pdcg1kc7, pqnah1f3gpds8i7y, pqmxlquf9tbc8mk2, pqmxlr31st2guha6, pqmxlr71pc7gm97v, pqmxlr737e5ghal9, pqnah1k2vo5846h7, pqmxlr214fgxt1as, pqnah1l3um54zxia" time="2021-09-24T07:03:41Z" level=debug msg="counts: updated places [3.54072ms]" time="2021-09-24T07:03:41Z" level=debug msg="counts: updated subjects [195.102µs]" time="2021-09-24T07:03:41Z" level=debug msg="counts: updated labels [3.444339ms]" time="2021-09-24T07:03:41Z" level=debug msg="previews: updated albums [3.736123ms]" time="2021-09-24T07:03:41Z" level=debug msg="previews: updated folders [6.239203ms]" time="2021-09-24T07:03:41Z" level=debug msg="previews: updated calendar [457.189µs]" time="2021-09-24T07:03:41Z" level=debug msg="previews: updated labels [9.607637ms]" time="2021-09-24T07:03:41Z" level=debug msg="previews: updated categories [7.344426ms]" time="2021-09-24T07:03:41Z" level=debug msg="previews: updated subjects [4.983216ms]" time="2021-09-24T07:03:41Z" level=debug msg="http: POST /api/v1/batch/photos/archive (200) [61.473008ms]" time="2021-09-24T07:03:42Z" level=info msg="photos: found 21 results for archived:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [3.86454ms]" time="2021-09-24T07:03:42Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&archived=true (200) [10.113432ms]" time="2021-09-24T07:03:43Z" level=info msg="photos: found 1 results for photo:true public:true dist:20 mono:true year:0 month:0 quality:3 count:60 order:newest merged:true [747.205µs]" time="2021-09-24T07:03:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=mono:true+quality:3+photo:true&public=true&quality=3 (200) [1.438927ms]" time="2021-09-24T07:03:43Z" level=info msg="photos: found 0 results for panorama:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [467.968µs]" time="2021-09-24T07:03:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=panorama:true&public=true&quality=3 (200) [718.243µs]" time="2021-09-24T07:03:43Z" level=info msg="photos: found 4 results for stack:true photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.24431ms]" time="2021-09-24T07:03:43Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=stack:true&public=true&quality=3&photo=true (200) [2.829459ms]" time="2021-09-24T07:03:44Z" level=info msg="photos: found 0 results for photo:true scan:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [520.065µs]" time="2021-09-24T07:03:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=scan:true&public=true&quality=3&photo=true (200) [816.797µs]" time="2021-09-24T07:03:44Z" level=info msg="photos: found 7 results for public:true dist:20 year:0 month:0 quality:3 review:true count:60 order:newest merged:true [1.745283ms]" time="2021-09-24T07:03:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [4.190963ms]" time="2021-09-24T07:03:44Z" level=info msg="photos: found 1 results for public:true favorite:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [700.338µs]" time="2021-09-24T07:03:44Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&favorite=true (200) [1.457302ms]" time="2021-09-24T07:03:45Z" level=info msg="photos: found 1 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [826.922µs]" time="2021-09-24T07:03:45Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [1.552116ms]" time="2021-09-24T07:03:45Z" level=info msg="photos: found 8 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.816178ms]" time="2021-09-24T07:03:45Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [4.510553ms]" time="2021-09-24T07:03:45Z" level=debug msg="http: GET /calendar/aqmxlr71p6zo22dk/january-2017 (200) [5.1828ms]" time="2021-09-24T07:03:45Z" level=debug msg="http: GET /api/v1/ws (200) [1m8.239016206s]" time="2021-09-24T07:03:46Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk (200) [277.956µs]" time="2021-09-24T07:03:46Z" level=info msg="photos: found 0 results for filter:\"public:true year:2017 month:1\" public:true dist:20 year:2017 month:1 album:aqmxlr71p6zo22dk count:60 order:oldest merged:true [474.51µs]" time="2021-09-24T07:03:46Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71p6zo22dk&filter=public:true+year:2017+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [718.295µs]" time="2021-09-24T07:03:47Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [662.116µs]" time="2021-09-24T07:03:47Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [268.486µs]" time="2021-09-24T07:03:47Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T07:03:47Z" level=info msg="photos: found 5 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.208706ms]" time="2021-09-24T07:03:47Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [3.932482ms]" time="2021-09-24T07:03:47Z" level=debug msg="http: GET /states/aqmxlr71tebcohrw/western-cape-south-africa (200) [4.900169ms]" time="2021-09-24T07:03:47Z" level=debug msg="http: GET /api/v1/ws (200) [1.576216103s]" time="2021-09-24T07:03:48Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71tebcohrw (200) [267.087µs]" time="2021-09-24T07:03:48Z" level=info msg="photos: found 4 results for filter:\"public:true country:za state:Western Cape\" public:true dist:20 country:za state:\"Western Cape\" album:aqmxlr71tebcohrw count:60 order:newest merged:true [1.213434ms]" time="2021-09-24T07:03:48Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71tebcohrw&filter=public:true+country:za+state:%22Western+Cape%22&merged=true&country=&camera=0&order=newest&q= (200) [2.713913ms]" time="2021-09-24T07:03:48Z" level=debug msg="http: GET /all?q=label%3Aseashore (200) [4.914395ms]" time="2021-09-24T07:03:48Z" level=debug msg="http: GET /api/v1/ws (200) [781.780421ms]" time="2021-09-24T07:03:49Z" level=info msg="search: label seashore includes 0 categories" time="2021-09-24T07:03:49Z" level=info msg="photos: found 1 results for public:true dist:20 label:seashore year:0 month:0 count:60 order:newest merged:true [1.219254ms]" time="2021-09-24T07:03:49Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:seashore&public=true&quality=0 (200) [1.774457ms]" time="2021-09-24T07:03:49Z" level=debug msg="http: GET /folders/aqnah1321mgkt1w2/archive (200) [4.872962ms]" time="2021-09-24T07:03:49Z" level=debug msg="http: GET /api/v1/ws (200) [913.059462ms]" time="2021-09-24T07:03:50Z" level=debug msg="http: GET /api/v1/albums/aqnah1321mgkt1w2 (200) [326.466µs]" time="2021-09-24T07:03:50Z" level=info msg="photos: found 10 results for filter:\"path:archive public:true\" path:archive public:true dist:20 album:aqnah1321mgkt1w2 count:60 order:added merged:true [2.371009ms]" time="2021-09-24T07:03:50Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1321mgkt1w2&filter=path:archive+public:true&merged=true&country=&camera=0&order=added&q= (200) [5.389703ms]" time="2021-09-24T07:03:51Z" level=info msg="photos: found 21 results for archived:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [3.936842ms]" time="2021-09-24T07:03:51Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&archived=true (200) [10.494344ms]" time="2021-09-24T07:03:57Z" level=info msg="photos: restoring pqnah1kw0h63wpgm, pqnah1l1d5626l4m, pqnah1jldzorarso, pqnah1f65tdjn6pz, pqzuein2pdcg1kc7, pqnah1f3gpds8i7y, pqmxlquf9tbc8mk2, pqmxlr31st2guha6, pqmxlr71pc7gm97v, pqmxlr737e5ghal9, pqnah1k2vo5846h7, pqmxlr214fgxt1as, pqnah1l3um54zxia" time="2021-09-24T07:03:57Z" level=debug msg="counts: updated places [4.132995ms]" time="2021-09-24T07:03:57Z" level=debug msg="counts: updated subjects [620.393µs]" time="2021-09-24T07:03:57Z" level=debug msg="counts: updated labels [5.584278ms]" time="2021-09-24T07:03:57Z" level=debug msg="previews: updated albums [4.897737ms]" time="2021-09-24T07:03:57Z" level=debug msg="previews: updated folders [6.392137ms]" time="2021-09-24T07:03:57Z" level=debug msg="previews: updated calendar [446.264µs]" time="2021-09-24T07:03:57Z" level=debug msg="previews: updated labels [10.060832ms]" time="2021-09-24T07:03:57Z" level=debug msg="previews: updated categories [6.563266ms]" time="2021-09-24T07:03:57Z" level=debug msg="previews: updated subjects [4.308818ms]" time="2021-09-24T07:03:57Z" level=debug msg="http: POST /api/v1/batch/photos/restore (200) [61.996687ms]" time="2021-09-24T07:03:58Z" level=info msg="photos: found 2 results for photo:true public:true dist:20 mono:true year:0 month:0 quality:3 count:60 order:newest merged:true [995.933µs]" time="2021-09-24T07:03:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=mono:true+quality:3+photo:true&public=true&quality=3 (200) [1.925359ms]" time="2021-09-24T07:03:58Z" level=info msg="photos: found 2 results for panorama:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.003644ms]" time="2021-09-24T07:03:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=panorama:true&public=true&quality=3 (200) [1.941411ms]" time="2021-09-24T07:03:58Z" level=info msg="photos: found 8 results for stack:true photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.083974ms]" time="2021-09-24T07:03:58Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=stack:true&public=true&quality=3&photo=true (200) [4.740912ms]" time="2021-09-24T07:03:59Z" level=info msg="photos: found 1 results for photo:true scan:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [775.576µs]" time="2021-09-24T07:03:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=scan:true&public=true&quality=3&photo=true (200) [1.484505ms]" time="2021-09-24T07:03:59Z" level=info msg="photos: found 8 results for public:true dist:20 year:0 month:0 quality:3 review:true count:60 order:newest merged:true [1.953986ms]" time="2021-09-24T07:03:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [4.826961ms]" time="2021-09-24T07:03:59Z" level=info msg="photos: found 2 results for public:true favorite:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.010204ms]" time="2021-09-24T07:03:59Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&favorite=true (200) [2.100401ms]" time="2021-09-24T07:04:00Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.267126ms]" time="2021-09-24T07:04:00Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [2.783078ms]" time="2021-09-24T07:04:00Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.224863ms]" time="2021-09-24T07:04:00Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [5.480625ms]" time="2021-09-24T07:04:00Z" level=debug msg="http: GET /calendar/aqmxlr71p6zo22dk/january-2017 (200) [7.437558ms]" time="2021-09-24T07:04:00Z" level=debug msg="http: GET /api/v1/ws (200) [11.325982948s]" time="2021-09-24T07:04:01Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk (200) [313.923µs]" time="2021-09-24T07:04:01Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:1\" public:true dist:20 year:2017 month:1 album:aqmxlr71p6zo22dk count:60 order:oldest merged:true [857.074µs]" time="2021-09-24T07:04:01Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71p6zo22dk&filter=public:true+year:2017+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [1.525215ms]" time="2021-09-24T07:04:01Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [610.82µs]" time="2021-09-24T07:04:02Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [298.766µs]" time="2021-09-24T07:04:02Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T07:04:02Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.544249ms]" time="2021-09-24T07:04:02Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [5.115234ms]" time="2021-09-24T07:04:02Z" level=debug msg="http: GET /states/aqmxlr71tebcohrw/western-cape-south-africa (200) [5.002988ms]" time="2021-09-24T07:04:02Z" level=debug msg="http: GET /api/v1/ws (200) [1.376564245s]" time="2021-09-24T07:04:03Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71tebcohrw (200) [315.033µs]" time="2021-09-24T07:04:03Z" level=info msg="photos: found 7 results for filter:\"public:true country:za state:Western Cape\" public:true dist:20 country:za state:\"Western Cape\" album:aqmxlr71tebcohrw count:60 order:newest merged:true [1.677377ms]" time="2021-09-24T07:04:03Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71tebcohrw&filter=public:true+country:za+state:%22Western+Cape%22&merged=true&country=&camera=0&order=newest&q= (200) [4.019608ms]" time="2021-09-24T07:04:03Z" level=debug msg="http: GET /all?q=label%3Aseashore (200) [5.020551ms]" time="2021-09-24T07:04:03Z" level=debug msg="http: GET /api/v1/ws (200) [836.968608ms]" time="2021-09-24T07:04:04Z" level=info msg="search: label seashore includes 0 categories" time="2021-09-24T07:04:04Z" level=info msg="photos: found 2 results for public:true dist:20 label:seashore year:0 month:0 count:60 order:newest merged:true [1.502538ms]" time="2021-09-24T07:04:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=label:seashore&public=true&quality=0 (200) [2.486564ms]" time="2021-09-24T07:04:04Z" level=debug msg="http: GET /folders/aqnah1321mgkt1w2/archive (200) [4.911627ms]" time="2021-09-24T07:04:04Z" level=debug msg="http: GET /api/v1/ws (200) [908.867489ms]" time="2021-09-24T07:04:04Z" level=debug msg="http: GET /api/v1/albums/aqnah1321mgkt1w2 (200) [273.659µs]" time="2021-09-24T07:04:04Z" level=info msg="photos: found 18 results for filter:\"path:archive public:true\" path:archive public:true dist:20 album:aqnah1321mgkt1w2 count:60 order:added merged:true [3.586948ms]" time="2021-09-24T07:04:04Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1321mgkt1w2&filter=path:archive+public:true&merged=true&country=&camera=0&order=added&q= (200) [9.333923ms]" time="2021-09-24T07:04:05Z" level=debug msg="http: GET /browse (200) [5.576987ms]" time="2021-09-24T07:04:05Z" level=debug msg="http: GET /api/v1/ws (200) [1.09576222s]" time="2021-09-24T07:04:05Z" level=debug msg="http: GET /static/build/app.css?9c55ad5d (200) [9.792168ms]" time="2021-09-24T07:04:05Z" level=debug msg="http: GET /static/build/app.js?d875762b (200) [112.983469ms]" time="2021-09-24T07:04:06Z" level=info msg="photos: found 60 results for public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [10.297196ms]" time="2021-09-24T07:04:06Z" level=debug msg="http: GET /static/build/fonts/fa3334fe030aed8470dd560acd2df136.woff2 (200) [2.413783ms]" time="2021-09-24T07:04:06Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [28.483988ms]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/c49101762dae6cee829942fe8e3c9e0760a2c4d2/public/tile_500 (200) [164.472µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/2305e512e3b183ec982d60a8b608a8ca501973ba/public/tile_500 (200) [131.225µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/8d32543522126d085bdbf65af31bdac6cf96ed6f/public/tile_500 (200) [197.226µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/abf2db6cf0db8513054d7e60c15b2918c5e892c1/public/tile_500 (200) [160.644µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/43f5b8df07840ac534832040aa9e6a4aa02697b8/public/tile_500 (200) [132.96µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/f17b4e2e7a8317a006e7e8dcf6145bc50ed6d56b/public/tile_500 (200) [118.113µs]" time="2021-09-24T07:04:07Z" level=info msg="photos: found 18 results for public:true dist:20 year:0 month:0 quality:3 count:60 offset:60 order:newest merged:true [3.456825ms]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/f74c897ca36c61026855a361966e03a4f3655319/public/tile_500 (200) [109.073µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/a391efdc99ed422d41de05d26aebb4d5b237c6fb/public/tile_500 (200) [127.646µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/5ddb2cee54f9100eeb8d6a3c1e0a2ebf2d350fdc/public/tile_500 (200) [147.948µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/eb357a7114ea3662453b61044ca180e423bb82b6/public/tile_500 (200) [150.726µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=60&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [12.050213ms]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/607266649030c365a9249ef339a2b89ef547fd5b/public/tile_500 (200) [140.882µs]" time="2021-09-24T07:04:07Z" level=info msg="photos: found 78 results for public:true dist:20 year:0 month:0 quality:3 count:360 order:newest merged:true [11.918143ms]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/78bc5ac8d90c858c86012a93a95db13052fa8552/public/tile_500 (200) [167.833µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/d7d8e9b9e5758bd56e95b212714dea53a1ffd9af/public/tile_500 (200) [153.297µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/7b82fd1b7e803631e457dac224e9618506943ea1/public/tile_500 (200) [122.743µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/f779766ddcd4d47f2a9e33f71ec98ab6d36949c6/public/tile_500 (200) [136.561µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/c785288c3b61fa0765d3d9b82938f56d2a034f31/public/tile_500 (200) [147.7µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/46c338fa326166df62c9de261f58cfd6e81d3db7/public/tile_500 (200) [135.913µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/b57552992109d74eeb69777a4ae17a5b021d4adf/public/tile_500 (200) [167.358µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/9c73220f22b18abf68721db5ad47e5a32597a5d7/public/tile_500 (200) [127.807µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/a7756afdd90f3e9c2d38673e7b67deb648e98989/public/tile_500 (200) [117.687µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/19aae445392f780c889c595c78773f9734ade8dc/public/tile_500 (200) [152.282µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/93c03e65f9f85dbddc89f77d03cba6a7eea827db/public/tile_500 (200) [160.503µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/65aae760c473b86dd6100da1b4a269052bb53690/public/tile_500 (200) [139.714µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/a93fb117d18ceade8b0299e0d9b5e6bf69c4cd6b/public/tile_500 (200) [151.358µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/photos?count=360&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3 (200) [41.002217ms]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/8357ce3f779c4666b047b4ea4b1d167d8d0e020f/public/tile_500 (200) [123.171µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/5fde6f9c382c30e7b4980ef6825ab9a5aeadeaf8/public/tile_500 (200) [143.655µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/07c94ef29b45073ba62a44df968c29a8dc8b84b2/public/tile_500 (200) [142.583µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/1d38233066054822503920fe43180d8bc24e18e4/public/tile_500 (200) [144.743µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/7b4f5b0aa6cd0baf2c847ceec2c03c044339b15c/public/tile_500 (200) [129.256µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/60c7b5edda27758ce389fe05c1828b857190fd37/public/tile_500 (200) [114.679µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/26d58ca5cc0464a0e8e3925895195a92583e61f0/public/tile_500 (200) [126.796µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/16805ea72950916d8c2e88ce949a8b7c4a19294c/public/tile_500 (200) [115.281µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/097c93165472a4b4c0316c1a5b13e879c3aac17f/public/tile_500 (200) [107.18µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/a1c83283c4444c8110604bf5a91b0d7ef3ac0fbf/public/tile_500 (200) [142.108µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/0b4fde985a1a7e0e2fce2daa410cb5f086f28eef/public/tile_500 (200) [118.327µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/034df4b8198eed40096e35d11a6eb8ac6f7f9773/public/tile_500 (200) [154.207µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/d6b4bae772d416d26ad2f13caa35ea06ac58792a/public/tile_500 (200) [137.371µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/56e88e45e55cf21574b219a81a15ebbea52f8fef/public/tile_500 (200) [114.159µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/c85482402e5e3d97908a03c73ea9f7f4241edf48/public/tile_500 (200) [141.288µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/e07367d99b981feedb19ac83167e2094ffd86c8a/public/tile_500 (200) [124.86µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/45f2e2be9ef879361c2bd54ed57834e8dc1739c3/public/tile_500 (200) [117.672µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/95d6c620e4c91361d3df4f0bb43f7b1113e419ca/public/tile_500 (200) [148.841µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/087c9d5531bb6c832b3cf080eea19faddfa87edc/public/tile_500 (200) [127.149µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/75fd52a9da049a25cd1d75a51eab23fef092afb1/public/tile_500 (200) [126.958µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/381ab3d487ed63256ff0ca90689162c7e4d183c7/public/tile_500 (200) [114.734µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/81746f4a68a0c3c21f6acae7c1b736ea905f7e65/public/tile_500 (200) [98.505µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/7096116de444cd7954c341c8fa73af785b01eada/public/tile_500 (200) [139.055µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/8c74177aa3e0ea863b44ccc10eb057c290c06d56/public/tile_500 (200) [123.057µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/48195415d3ea68d210de57c5ec332f23eb983a31/public/tile_500 (200) [91.659µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/1be3424ff63423809879f4864f74024d927fdf47/public/tile_500 (200) [124.09µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/09085d59d6155bded2ff0edb5ab78d824e7e770d/public/tile_500 (200) [109.785µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/ab1f1788b41714054864330238e20a22be99e06d/public/tile_500 (200) [244.709µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/c8e6eaf4c3a5c733cc9ba97045672150f8667eb1/public/tile_500 (200) [137.19µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/0bbde6600a6bd233202cd115c69eaab500652d9d/public/tile_500 (200) [111.888µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/61101876d00e7ea8e5201ede937d731092c7aa4f/public/tile_500 (200) [99.436µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/b842db64483e74ba0b6368333006008f7e2dbdfb/public/tile_500 (200) [130.467µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/6d2546ce74f75a63ddd751ba30ea12e242dbbe12/public/tile_500 (200) [132.843µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/7f987aa74432112f3ad75cc7bf7e852f52971eb0/public/tile_500 (200) [147.278µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/4a7e6f5395d566b16e54c32d87fa051756f9c5d3/public/tile_500 (200) [128.764µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/fa0837f72d3393678bc7545610ecc44aea930043/public/tile_500 (200) [114.008µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/eb4409d6dd018ee6b130dfb315d22556624c6e16/public/tile_500 (200) [176.191µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/b2eb258b937f4cfbb8c2754de51d8a5fb20b4feb/public/tile_500 (200) [116.72µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/a0269d2c49607ccf375f61fb1a32f8edf0b84995/public/tile_500 (200) [131.646µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/e061c64bd15af96fc69e5b948d1dcb0a197733c7/public/tile_500 (200) [101.832µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/59379a726664a5e37b49b6b11f36a391e797231f/public/tile_500 (200) [121.265µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/315eae549621bd6494a7cacb22db8d425b1470f5/public/tile_500 (200) [102.875µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/b12300bf4c242841fed572b02cd9902d23f1dd67/public/tile_500 (200) [128.565µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/2823e816e6d4571f40ae341fad1dba181c28cdaa/public/tile_500 (200) [104.837µs]" time="2021-09-24T07:04:07Z" level=debug msg="http: GET /api/v1/t/354248497841cc0c432baf37ca041ec8b2897507/public/tile_500 (200) [115.625µs]" time="2021-09-24T07:04:08Z" level=info msg="photos: found 3 results for public:true private:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.022112ms]" time="2021-09-24T07:04:08Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&private=true (200) [2.228537ms]" time="2021-09-24T07:04:08Z" level=debug msg="http: GET /api/v1/t/0565ab2f8eeb39ab0090d9cbac3a8fc66327dde5/public/tile_500 (200) [148.472µs]" time="2021-09-24T07:04:08Z" level=debug msg="http: GET /api/v1/t/491afdb548fe1a17d44211b443411a423471c8cc/public/tile_500 (200) [117.202µs]" time="2021-09-24T07:04:09Z" level=info msg="photos: found 2 results for photo:true public:true dist:20 mono:true year:0 month:0 quality:3 count:60 order:newest merged:true [1.056929ms]" time="2021-09-24T07:04:09Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=mono:true+quality:3+photo:true&public=true&quality=3 (200) [2.041102ms]" time="2021-09-24T07:04:09Z" level=info msg="photos: found 2 results for panorama:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [813.965µs]" time="2021-09-24T07:04:09Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=panorama:true&public=true&quality=3 (200) [1.778768ms]" time="2021-09-24T07:04:10Z" level=info msg="photos: found 8 results for stack:true photo:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [1.967509ms]" time="2021-09-24T07:04:10Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=stack:true&public=true&quality=3&photo=true (200) [4.776681ms]" time="2021-09-24T07:04:11Z" level=info msg="photos: found 1 results for photo:true scan:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [767.901µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=scan:true&public=true&quality=3&photo=true (200) [1.452456ms]" time="2021-09-24T07:04:11Z" level=info msg="photos: found 8 results for public:true dist:20 year:0 month:0 quality:3 review:true count:60 order:newest merged:true [1.759757ms]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&review=true (200) [4.637259ms]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/7db29aced1669a88cdb14d009e4a098835fc29d3/public/tile_500 (200) [250.945µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/b40283bdff2cb2fec363a1d91d06dcc9da2215dc/public/tile_500 (200) [146.741µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/dd014cf30ebca0cc5cc824aeeb269bce3522b243/public/tile_500 (200) [140.337µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/fd62f95cafc43bbdbce2aac3375b1af993197e98/public/tile_500 (200) [191.55µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/121916ba65377ab5a3fa3d44a4965d4319251b40/public/tile_500 (200) [121.435µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/29a83601a23c3e3413b0e313a891f37606872261/public/tile_500 (200) [119.772µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/540eaf9de48b96a79f334b356bc02d53fd39ea53/public/tile_500 (200) [202.491µs]" time="2021-09-24T07:04:11Z" level=debug msg="http: GET /api/v1/t/af6f4405cf3ddfe18a7f17c680eb576972f2e432/public/tile_500 (200) [132.101µs]" time="2021-09-24T07:04:12Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=album (200) [745.822µs]" time="2021-09-24T07:04:13Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Holiday&category=&type=album (200) [1.170327ms]" time="2021-09-24T07:04:23Z" level=debug msg="http: GET /api/v1/albums/aqmxlt22ilujuxux (200) [318.939µs]" time="2021-09-24T07:04:23Z" level=info msg="photos: found 2 results for dist:20 album:aqmxlt22ilujuxux count:60 order:oldest merged:true [994.205µs]" time="2021-09-24T07:04:23Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlt22ilujuxux&filter=&merged=true&country=&camera=0&order=oldest&q= (200) [1.983081ms]" time="2021-09-24T07:04:24Z" level=info msg="photos: found 2 results for public:true favorite:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [924.801µs]" time="2021-09-24T07:04:24Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&favorite=true (200) [1.992146ms]" time="2021-09-24T07:04:24Z" level=info msg="photos: found 10 results for video:true public:true dist:20 year:0 month:0 quality:3 count:60 order:newest merged:true [2.835983ms]" time="2021-09-24T07:04:24Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&merged=true&country=&camera=0&lens=0&label=&year=0&month=0&color=&order=newest&q=&public=true&quality=3&video=true (200) [6.495114ms]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=month (200) [1.797287ms]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqnqtnv3f5ibtghn:tile_500 [5.188µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqnqtnv3f5ibtghn/t/public/tile_500 (200) [331.422µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqnah1mlu18nkw5y:tile_500 [3.663µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1mlu18nkw5y/t/public/tile_500 (200) [170.608µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqnah1m3ralbeur8:tile_500 [2.794µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1m3ralbeur8/t/public/tile_500 (200) [129.472µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqnah1m1h8qd6czu:tile_500 [2.171µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1m1h8qd6czu/t/public/tile_500 (200) [135.546µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr72fxziu7do:tile_500 [1.942µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72fxziu7do/t/public/tile_500 (200) [176.517µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr786sc7zz3b:tile_500 [2.219µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr786sc7zz3b/t/public/tile_500 (200) [143.455µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr72lk7l5jal:tile_500 [4.021µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72lk7l5jal/t/public/tile_500 (200) [174.102µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqnah1m16ogr95li:tile_500 [5.687µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1m16ogr95li/t/public/tile_500 (200) [198.533µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr77il8cr8g8:tile_500 [2.686µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr77il8cr8g8/t/public/tile_500 (200) [163.708µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqnah1m36lkobl18:tile_500 [3.616µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqnah1m36lkobl18/t/public/tile_500 (200) [177.481µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr7277y14dl4:tile_500 [4.08µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7277y14dl4/t/public/tile_500 (200) [152.479µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr73d4khlo9d:tile_500 [4.155µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73d4khlo9d/t/public/tile_500 (200) [145.597µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr716gxvw2gk:tile_500 [2.27µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr716gxvw2gk/t/public/tile_500 (200) [158.232µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr71p6zo22dk:tile_500 [2.601µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk/t/public/tile_500 (200) [128.172µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr71pa8hobcu:tile_500 [2.448µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71pa8hobcu/t/public/tile_500 (200) [142.171µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr73qmi2bmrj:tile_500 [4.447µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73qmi2bmrj/t/public/tile_500 (200) [162.386µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr71kb5nyuyb:tile_500 [4.236µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71kb5nyuyb/t/public/tile_500 (200) [163.228µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr71rt835kpf:tile_500 [3.505µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71rt835kpf/t/public/tile_500 (200) [160.128µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqmxlr73gwwnd233:tile_500 [5.164µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73gwwnd233/t/public/tile_500 (200) [205.292µs]" time="2021-09-24T07:04:25Z" level=debug msg="api: cache hit for album-cover:aqzuej1klvuno4ib:tile_500 [4.727µs]" time="2021-09-24T07:04:25Z" level=debug msg="http: GET /api/v1/albums/aqzuej1klvuno4ib/t/public/tile_500 (200) [208.644µs]" time="2021-09-24T07:04:26Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=January+2017&category=&type=month (200) [1.028279ms]" time="2021-09-24T07:04:36Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71p6zo22dk (200) [267.838µs]" time="2021-09-24T07:04:36Z" level=info msg="photos: found 1 results for filter:\"public:true year:2017 month:1\" public:true dist:20 year:2017 month:1 album:aqmxlr71p6zo22dk count:60 order:oldest merged:true [714.747µs]" time="2021-09-24T07:04:36Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqmxlr71p6zo22dk&filter=public:true+year:2017+month:1&merged=true&country=&camera=0&order=oldest&q= (200) [1.371171ms]" time="2021-09-24T07:04:37Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=moment (200) [775.086µs]" time="2021-09-24T07:04:37Z" level=debug msg="api: cache hit for album-cover:aqnah1mhviyxpahk:tile_500 [4.266µs]" time="2021-09-24T07:04:37Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk/t/public/tile_500 (200) [215.095µs]" time="2021-09-24T07:04:37Z" level=debug msg="http: GET /api/v1/albums/aqnah1mhviyxpahk (200) [271.225µs]" time="2021-09-24T07:04:37Z" level=info msg="search: label landscape includes 1 categories" time="2021-09-24T07:04:37Z" level=info msg="photos: found 8 results for filter:\"public:true label:landscape\" public:true dist:20 label:landscape album:aqnah1mhviyxpahk count:60 order:oldest merged:true [2.412363ms]" time="2021-09-24T07:04:37Z" level=debug msg="http: GET /api/v1/photos?count=60&offset=0&album=aqnah1mhviyxpahk&filter=public:true+label:landscape&merged=true&country=&camera=0&order=oldest&q= (200) [4.800499ms]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=&category=&type=state (200) [1.2445ms]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr7el3v2x167:tile_500 [4.774µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7el3v2x167/t/public/tile_500 (200) [190.614µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr72knhkjmf1:tile_500 [4.49µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72knhkjmf1/t/public/tile_500 (200) [168.086µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr7jo2foplvd:tile_500 [2.357µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr7jo2foplvd/t/public/tile_500 (200) [155.34µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr722zyrizc7:tile_500 [1.951µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr722zyrizc7/t/public/tile_500 (200) [151.614µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr71m5x8cy8d:tile_500 [2.1µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71m5x8cy8d/t/public/tile_500 (200) [151.618µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr71c126qrgm:tile_500 [1.994µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71c126qrgm/t/public/tile_500 (200) [196.59µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr72g2205kgi:tile_500 [3.415µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr72g2205kgi/t/public/tile_500 (200) [169.671µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr73q4ljjm17:tile_500 [4.547µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr73q4ljjm17/t/public/tile_500 (200) [165.459µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr71tebcohrw:tile_500 [2.578µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71tebcohrw/t/public/tile_500 (200) [181.948µs]" time="2021-09-24T07:04:38Z" level=debug msg="api: cache hit for album-cover:aqmxlr724ofz622q:tile_500 [3.233µs]" time="2021-09-24T07:04:38Z" level=debug msg="http: GET /api/v1/albums/aqmxlr724ofz622q/t/public/tile_500 (200) [178.663µs]" time="2021-09-24T07:04:39Z" level=debug msg="http: GET /api/v1/albums?count=24&offset=0&q=Western+Cape&category=&type=state (200) [1.146367ms]" time="2021-09-24T07:04:49Z" level=debug msg="http: GET /api/v1/albums/aqmxlr71tebcohrw (2