Collecting Server Logs By URL

Using a browser, an administrator can specify a URL with query parameters to download wanted server logs.

Use desktop browser to fetch many server logs.
  1. Open a browser
  2. Specify your ACS server's URL with interesting query parameters
    Supported query parameters:
    • By batch types (true or false):
      • all - all available logs; true by default if no other batch types are specified
      • readservlets - *.log and *.tsv read servlet logs
      • writeservlets - *.log and *.tsv write servlet logs
      • webapp - Web Editor ACS logs
      • apache - webserver logs residing on primary ACS
      • cms - logs on ACS and CMS servers (%AST_BASEDIR%logs)
      • monitors - daemon monitor logs from %lspeed_home%\webforms\logs
      • batches - batch worker process logs from %lspeed_home%\webforms\logs
    • By date:
      • today - true, logs from today
      • date - the date of interest; format yyMMdd such as 250304
      • datefrom - starting date range; format yyMMdd
      • dateto - ending date; format yyMMdd
  3. If prompted, sign in as an Astoria Administrator (must be server authenticated, not LDAP or SAML SSO)
The command produces a .zip file typically placed in your downloads folder, or your browser may prompt you to select a destination.

https://myserver.astoriaondemand.com/download/serverLogs?readservlets=true&today=true

https://myserver.astoriaondemand.com/download/serverLogs?all=true&date=250403