Skip to content
#

servers

A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.

Here are 174 public repositories matching this topic...

dgkanatsios
dgkanatsios commented May 26, 2021

The console output from a container is saved to PF_ConsoleLogs.txt so that developers can download it from a server archive. Here's an example of a line from a real PF_ConsoleLogs.txt:

{"log":"BASH=/bin/bash\n","stream":"stdout","time":"2021-05-21T21:48:24.125665596Z"}

This is that same line from PF_ConsoleLogs.txt when the container is run in LocalMultiplayerAgent:

��������BASH=/bin/bash

Wikipedia
Wikipedia