> SC_OPTS="--logging --d_http --debug" > > which from my understanding should enable http debugging, however I see > no extra debugging in the log file (I am looking for request/response > information).
We're now following a different schema for logging. If you can access the web interface at all, go to Settings->Advanced->Logging to see the many options. Basically it's: --debug network.http=debug By default only errors are logged. "debug" will give you the most information. -- Michael _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
