MaJ du 22-10-2020
This commit is contained in:
@@ -175,6 +175,8 @@ Ne marche pas !!
|
||||
|
||||
[git](git.md)
|
||||
|
||||
[Gitea](Gitea.md)
|
||||
|
||||
[Ghost](Ghost.md)
|
||||
|
||||
[nextcloud](nextcloud.md)
|
||||
|
||||
@@ -79,6 +79,28 @@ drwxr-xr-x 2 bruno psacln 4096 Apr 11 19:15 Photos
|
||||
|
||||
|
||||
|
||||
#### Logs:
|
||||
|
||||
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html
|
||||
|
||||
Afficher les logs:
|
||||
|
||||
```bash
|
||||
tail -f /var/www/vhosts/maboiteverte.fr/httpdocs/nextcloud/nextcloud.log
|
||||
```
|
||||
|
||||
Configuration:
|
||||
|
||||
```bash
|
||||
# dans config.php:
|
||||
|
||||
'loglevel' => 2,
|
||||
'log_type' => 'file',
|
||||
'logfile' => 'nextcloud.log',
|
||||
'logdateformat' => 'F d, Y H:i:s',
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
[Nextcloud sur NAS Synology](../Synology/nextcloud.md)
|
||||
|
||||
Reference in New Issue
Block a user