---
title: "Realtime Logs, New Deployments UIs, and Updated Examples"
date: 2020-11-27
number: 0007
url: https://railway.com/changelog/2020-11-27
---

# Realtime Logs, New Deployments UIs, and Updated Examples

Happy thanksgiving 🦃 to everyone in America! 🇺🇸

## Updated Deployments View

The Deployments view has been updated

It now includes the location of your deployments, the success of your build, as well as a new tray for the logs (which is fully expandable)

## Realtime Logs

Build and Deploy Logs are now realtime.

Previously, logs were fetched when the tray was opened. Now, they're streamed directly to the log tray.

This means anything you log to stdout, errors, panics, etc will be captured by Railway. No logging package required; just console.log/fmt.Println/puts and you're done.

Peep the example below👇

[Image: Untitled]

## Examples

We've revamped all the examples in our [examples repo](https://github.com/railwayapp/examples) as well as added a bunch of new ones, including

- (JS) [with-redis](https://github.com/railwayapp/examples/tree/master/javascript/with-redis)
- (JS) [with-mongo](https://github.com/railwayapp/examples/tree/master/javascript/with-mongo)
- (JS) [with-express-postgres](https://github.com/railwayapp/examples/tree/master/javascript/with-express-postgres)
- (JS) [with-nextjs-prisma](https://github.com/railwayapp/examples/tree/master/javascript/with-nextjs-prisma)
- (JS) [with-blitz-postgres](https://github.com/railwayapp/examples/tree/master/javascript/with-blitz-postgres)
- (JS) [with-redwood-postgres](https://github.com/railwayapp/examples/tree/master/javascript/with-redwood-postgres)
- (Elixir) [with-phoenix](https://github.com/railwayapp/examples/tree/master/elixir/with-phoenix)

These examples required minimal effort to make work with Railway, but we wanted
to provided a good starting point for all users who want to get up and running
quickly with Railway and their favorite stack 💪.

More examples for more languages will be coming. If we are missing an example
for your stack, please let us know [on Discord](https://discord.gg/xAm2w6g).

[Image: Untitled]

## Other fixes

- Improvement: Drawers are now resizable on desktop via dragging the panel
- Bug Fix: An issue where sometimes builds were looping
- Bug Fix: An issue where sometimes builds weren't flagging failures
- Bug Fix: An issue where invite codes were being marked invalid