Skip to content

Instantly share code, notes, and snippets.

@mimikun
Created March 11, 2018 06:09
Show Gist options
  • Save mimikun/180c79dea2f73e718450ede8fd0c7327 to your computer and use it in GitHub Desktop.
Save mimikun/180c79dea2f73e718450ede8fd0c7327 to your computer and use it in GitHub Desktop.
➜ mastodon git:(test/embed) docker-compose logs --tail=100 web
Attaching to mastodon_web_1
web_1 | => Booting Puma
web_1 | => Rails 5.1.4 application starting in production
web_1 | => Run `rails server -h` for more startup options
web_1 | Default type scope order, limit and offset are ignored and will be nullified
web_1 | Creating scope :cache_ids. Overwriting existing method Notification.cache_ids.
web_1 | [5] Puma starting in cluster mode...
web_1 | [5] * Version 3.11.0 (ruby 2.5.0-p0), codename: Love Song
web_1 | [5] * Min threads: 5, max threads: 5
web_1 | [5] * Environment: production
web_1 | [5] * Process workers: 2
web_1 | [5] * Preloading application
web_1 | [5] * Listening on tcp://0.0.0.0:3000
web_1 | [5] Use Ctrl-C to stop
web_1 | [5] - Worker 0 (pid: 9) booted, phase: 0
web_1 | [5] - Worker 1 (pid: 23) booted, phase: 0
web_1 | [5] - Gracefully shutting down workers...
web_1 | Exiting
web_1 | => Booting Puma
web_1 | => Rails 5.1.4 application starting in production
web_1 | => Run `rails server -h` for more startup options
web_1 | Default type scope order, limit and offset are ignored and will be nullified
web_1 | Creating scope :cache_ids. Overwriting existing method Notification.cache_ids.
web_1 | [5] Puma starting in cluster mode...
web_1 | [5] * Version 3.11.0 (ruby 2.5.0-p0), codename: Love Song
web_1 | [5] * Min threads: 5, max threads: 5
web_1 | [5] * Environment: production
web_1 | [5] * Process workers: 2
web_1 | [5] * Preloading application
web_1 | [5] * Listening on tcp://0.0.0.0:3000
web_1 | [5] Use Ctrl-C to stop
web_1 | [5] - Worker 0 (pid: 9) booted, phase: 0
web_1 | [5] - Worker 1 (pid: 11) booted, phase: 0
web_1 | [41d179e9-0d58-4526-ab96-15b56d09da6c] Chewy request strategy is `bypass`
web_1 | [41d179e9-0d58-4526-ab96-15b56d09da6c] method=GET path=/ format=html controller=HomeController action=index status=301 duration=10.94 view=0.00 location=https://localhost/
web_1 | [b6d1da81-cedb-4ddd-8463-1c88801b1fb2] method=GET path=/web/getting-started format=html controller=HomeController action=index status=301 duration=0.70 view=0.00 location=https://localhost/web/getting-started
web_1 | [cd05a403-eb79-4f68-ad6a-6f2a5f8b6888] Chewy request strategy is `bypass`
web_1 | [cd05a403-eb79-4f68-ad6a-6f2a5f8b6888] method=GET path=/ format=html controller=HomeController action=index status=301 duration=9.81 view=0.00 location=https://localhost/
➜ mastodon git:(test/embed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment