You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
This is a feature, not sure if exists.
Is it possible to disable the "Setting option from" output on terminal and log it instead?
# service nginx restart
Setting option from ("on")
Setting option from ("FileCachePath", "/var/lib/nginx/pagespeed")
Stopping nginx: [ OK ]
Starting nginx: Setting option from ("on")
Setting option from ("FileCachePath", "/var/lib/nginx/pagespeed")
[ OK ]
The text was updated successfully, but these errors were encountered:
I would wish me a simple setting in the ngx_pagespeed.conf like I said in #369. So everyone can activate it himself, if it is needed for debug or such things.
@jeffkaufman: I agree those messages are useless. @patschi: We have logs for that, mixed with grep. Plus nginx has a config check built-in, you can't make mistakes.
This is a feature, not sure if exists.
Is it possible to disable the "Setting option from" output on terminal and log it instead?
The text was updated successfully, but these errors were encountered: