Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-973

Fix master-web http log location

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • BB V1.03
    • BB V1.04
    • Buildbot
    • None

    Description

      We write the http master-web log file in the wrong path.

      Previously relative to the master directory and currently in the root path of the buildbot deployment after the .tac update

      $ find . -type f -name "http.log*" -exec realpath {} \;
       
      ## Before tac update
      /srv/dev/master-web/http.log
      ## After tac update
      /srv/dev/http.log.2
      /srv/dev/http.log.14
      /srv/dev/http.log.16
      ...
      

      This patch will change the http log dir to the common Logs folder for all masters.
      Expected location after this patch

      $ find . -type f -name "master-web-www.log*" -exec realpath {} \;
      /srv/dev/docker-compose/logs/master-web-www.log
      

      Attachments

        Activity

          People

            rvarzaru Varzaru Razvan-Liviu
            rvarzaru Varzaru Razvan-Liviu
            Vicențiu Ciorbaru Vicențiu Ciorbaru
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 0d
                0d
                Logged:
                Time Spent - 1h 10m
                1h 10m