github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/pkg/ddevapp/dotddev_assets/commands/solr/solrtail.example (about)

     1  #!/bin/bash
     2  
     3  ## #ddev-generated
     4  ## Description: Tail the main solr log
     5  ## Usage: solrtail
     6  ## Example: ddev solrtail
     7  
     8  # This example runs inside the solr container.
     9  # Note that this requires that /mnt/ddev_config be mounted
    10  # into the solr container and of course that you have a container
    11  # named solr.
    12  
    13  tail -f /opt/solr/server/logs/solr.log