Commit all the ddev commands and home additions that are now there
This commit is contained in:
parent
9c3cdda643
commit
c262f7becd
14 changed files with 180 additions and 0 deletions
10
.ddev/commands/host/solrtail.example
Executable file
10
.ddev/commands/host/solrtail.example
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Description: Tail the main solr log
|
||||
## Usage: solrtail
|
||||
## Example: ddev solrtail
|
||||
|
||||
# This can't work unless you have a solr service,
|
||||
# See https://ddev.readthedocs.io/en/latest/users/extend/additional-services/#apache-solr
|
||||
|
||||
ddev exec -s solr tail -40lf /opt/solr/server/logs/solr.log
|
Loading…
Add table
Add a link
Reference in a new issue