logPaths property
Location of default log files. When a server process is shut down, Amazon
GameLift captures and stores any log files in this location. These logs are
in addition to game session logs; see more on game session logs in the Amazon
GameLift Developer Guide. If no default log path for a fleet is
specified, Amazon GameLift automatically uploads logs that are stored on
each instance at C:\game\logs
(for Windows) or
/local/game/logs
(for Linux). Use the Amazon GameLift console
to access stored logs.
Implementation
final List<String>? logPaths;