The few lines below shows a sample from zero.config file. The first two lines control the request logging which dumps detailed information about each HTTP request submitted to application & frequently used with REST service development to check content of the HTTP requests. If your REST service provides its' own custom logging, then most probably enabling the request logging will not provide useful information. Just don't forget to disable it if you had to enable for any reason or you will end up with hundreds if not thousands of files in your application log folder (one log file per request). The subsequent lines (which are disabled) enables detailed application tracing which is very useful to trace hard problems especially those related to security configuration.
/config/requestLogging = false
/config/requestLoggingLimit = 10000
#Ahmed Fadel
#The lines below will enable detailed tracing which is very useful to trace security related problems
#/config/logging/levels = {
# "zero.core" : "FINE"
#}
No comments:
Post a Comment