MENU

Access log records

TOC

About the Access Log

You can record logs of clients accessing on-premises CAMServer.
There are two ways to view access logs: one is to view them from the management screen, and the other is to record them in text format.

Access log of the management screen

Access logs for each user can be viewed on the management screen.
  • Access logs for the management screen are available for Cloud Enterprise and On-premise Ultimate.
  • PC utilization status can be viewed when time and attendance management is enabled.

Text access log

Recording Method

  1. CAMServer stop
  2. CAMServer/cam.ini Add the following section to the file
    Log every # HTTP access
    cam.enableServerAccessLog=true
    # Optional. Add the login authentication email to the log above (email is partially masked and logged)
    cam.enableServerAccessLogEmail=true
    
  3. CAMServer startup

Log Storage Location

Once the above settings are completed CAMServer/sys/log/YYYYYMM_application.log Access logs are recorded in the file.
*YYYYMM is the year and month when CAMServer was started.

What is recorded

Access logs are logged in the following format

Date:[INFO]:CAMServlet :Request /CAMServer/API Endpoint Client IP Masked Email Part of User ID Part of Session ID Client Terminal Identifier (web|electron|android|ios)

2022/09/10 13:57:09:[INFO]:CAMServlet :Request /CAMServer/getpublickey 192.168.1.XX tes*ou*an*be*te*t*co* 1gh7pgnovpss 856C9E2 web
2022/09/10 13:57:09:[INFO]:CAMServlet :Request /CAMServer/getack 192.168.1.XX tes*ou*an*be*te*t*co* 1gh7pgnovpss 856C9E2 web
2022/09/10 13:57:09:[INFO]:CAMServlet :Request /CAMServer/serverInfo 192.168.1.XX tes*ou*an*be*te*t*co* 1gh7pgnovpss 856C9E2 web
2022/09/10 13:57:09:[INFO]:CAMServlet :Request /CAMServer/signIn 192.168.1.XX tes*ou*an*be*te*t*co* 1gh7pgnovpss 856C9E2 web
2022/09/10 13:57:10:[INFO]:CAMServlet :Request /CAMServer/getTalkList 192.168.1.XX tes*ou*an*be*te*t*co* 1gh7pgnovpss 856C9E2 web
2022/09/10 13:57:10:[INFO]:CAMServlet :Request /CAMServer/getUserPref 192.168.1.XX tes*ou*an*be*te*t*co* 1gh7pgnovpss 856C9E2 web
2022/09/10 13:57:10:[INFO]:CAMServlet :Request /CAMServer/getLatestEntities 192.168.1.XX tes*ou*an*be*te*t*co* 1gh7pgnovpss 856C9E2 web
TOC