klionsafety.blogg.se

Owncloud logs
Owncloud logs










owncloud logs

If you notice that for a single request something bad happens then you can add a parameter named log_secret with the exact same value as set in the config to log all messages of this single request. The option shared_secret is something special to pick a very specific use case. The options for users and apps are quite self-explanatory: If the request is made by a user that is in the list all log messages will be written or if the log message is raised by an app that is in the list then all log messages will be written. This means that it is also allowed to only specify the list of apps. 'shared_secret' => '57b58edb6637fe3059b3595cf9c41b9',īy default log.condition is set to an empty array. To setup conditional logging the following config parameter needs to be set in config.php: 'log.condition' => [ Once the log message meets one of the set up conditions it will be logged no matter what the log level is. use a shared secret that is added to a request.There are three different types of conditions that can be used: Wouldn’t it be cool to raise the log level from “warning” to “debug” just for specific conditions? That’s what I just added some time ago and it landed in ownCloud 8.1. But to identify a problem it is really helpful to log more stuff to get all the information that are needed. If you have an installation of ownCloud and you experience a bug it is quite difficult to debug the problem, because usually only errors and warnings are logged.












Owncloud logs