removing potentially problematic log.

This commit is contained in:
Bryce
2023-05-23 10:20:24 -07:00
parent 4c38393842
commit 8d4ee2bab8
3 changed files with 2 additions and 3 deletions

View File

@@ -171,8 +171,6 @@
true
(merge-query {:query {:find ['?sort-default '?e] :where ['[?e :client/name ?sort-default]]}}))]
(mu/log ::q
:query query)
(->> (query2 query)
(apply-sort-3 (update args :sort conj {:sort-key "default-2" :asc true}))
(apply-pagination args))))

View File

@@ -1,2 +1,2 @@
#!/bin/sh
ssh -L 2049:172.31.32.90:2049 3.213.115.86 -L 8983:solr-prod.local:8983 -L 4334:datomic-iol-dev.local:4334
ssh -L 2049:172.31.32.90:2049 3.213.115.86 -L 8983:solr-prod.local:8983 -L 4334:integreat-datomic.local:4334

View File

@@ -109,6 +109,7 @@ X auser/index-solr)
LATER
* reset up datomic HA - needs different hostnames
* Update terraform provider
* make solr support graceful shutdown tini/init?