Expand my Community achievements bar.

Author Dispatcher log not logging anything except start and stop logs

Avatar

Level 2

HI,

I have configured author dispatcher on AEM 6.2 + SP1+CFP3

The dispatcher log is not logging anything except start and stop logs. It is not logging any request other than this.

2 Replies

Avatar

Employee Advisor

what loglevel have you configured? Is the webserver log showing requests?

Avatar

Employee

Make sure log level is correctly set under dispatcher module:

<IfModule disp_apache2.c>

# location of the configuration file. eg: 'conf/dispatcher.any'

DispatcherConfig conf/dispatcher.any

# location of the dispatcher log file. eg: 'logs/dispatcher.log'

DispatcherLog    logs/dispatcher.log

# log level for the dispatcher log

# 0 Errors

# 1 Warnings

# 2 Infos

# 3 Debug

DispatcherLogLevel 3

</IfModule>

Also check, loglevel under virtual host config, for example:

LogLevel info rewrite:info