How am I supposed to read the owncloud.log log file. I suppose there is some basic php trick, I am not aware of.
This hash or dictionary is simply not human readable!
How am I supposed to read the owncloud.log log file. I suppose there is some basic php trick, I am not aware of.
This hash or dictionary is simply not human readable!
Hi,
this can be read from your admin user backend or with an app like the following one:
https://apps.owncloud.com/content/show.php/logreader?content=170871
If you want to read the owncloud.log itself have a look at [1]:
The log file is json encoded and is a technical format - not made for human reading (a long discussed issue somewhere here on github)
[1] Review logging format with \\\\\\ between each word · Issue #19720 · owncloud/core · GitHub
Thanks a lot.
Helps a lot!