We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fd087 commit 10a2abfCopy full SHA for 10a2abf
1 file changed
config/logging.php
@@ -56,6 +56,14 @@
56
'ignore_exceptions' => false,
57
],
58
59
+ /*
60
+ * Tutti i log applicativi (Laravel + logger_osm()) scrivono in logs/
61
+ * nella root del progetto, insieme a error.log e cron-*.log.
62
+ * Non usare storage_path() per i log: in OpenSTAManager
63
+ * puoi trovare tutto in logs/ e non in storage/logs/.
64
+ * La cartella storage/logs/ viene mantenuta vuota perché Laravel
65
+ * la ricrea automaticamente al bootstrap.
66
+ */
67
'single' => [
68
'driver' => 'single',
69
'path' => base_path('logs/app.log'),
0 commit comments