Community
 
 
 

CloudPlatform 3.x

343 followers
 
Avatar
Gert Jensen

the different logfiles what are they for..

Hello,

I came across a problem yesturday i realised that i did not know all the logfiles and what they are for.
can anybody help me, i can guess on some of the log names, but do anybody know the right function of the logs,
or can anybody provide me with a link so i can read about it.?

/var/log/cloud/management
access_log.2013-08-12.txt
api-server.log
awsapi.log
catalina.out
localhost.2013-08-12.log
manager.2013-08-12.log
management-server.log

/var/log/cloud/usage
usage.log

Thank U

Kind regards
Gert


1 comment
0
 
 

Official comment

Avatar
Administrator
Avatar

the different logfiles what are they for..

management-server.log -> Log file of the cloud-management service, all actions being performend by the cloudplatform managment service are logged here (incl. the errors ofcourse)

catalina.out -> Tomcat Catalina logfile (Catalina.out is the standard destination log file for System.out and System.err, JVM loggers that print information about fatal errors in the JVM)

api-server.log -> Logging of all the api calls send to the CloudPlatform API server

awsapi.log -> Same as api-server.log but for the AWS-api calls

acces_log -> Access log for the HTTP daemon (who (IP) and when, kind of request).

usage.log -> Log file of the cloud-usage service / When running an Usage Server all logging is located here.

Regards,

Gijsbert


Gijsbert Janssen van Doorn MEMBERS
Comment actions Permalink

Please sign in to leave a comment.

 
 

Previous 1 comment

Top Contributors