github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/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