Disable log directory recursion
authorSascha Greuel <github@1-2.dev>
Sat, 1 Jun 2024 13:46:40 +0000 (15:46 +0200)
committerSascha Greuel <github@1-2.dev>
Sat, 1 Jun 2024 13:46:40 +0000 (15:46 +0200)
commitc45be0113438856b23ae7f552f8d8e507641713e
tree921fb06e8a806c4221a231c984b345aa50b53dee
parent2fa0ae0b8d1c8a9ac1060560a10f36d9c090b0a1
Disable log directory recursion

The exception log overview page currently displays all files that follow the same naming scheme, which is appropriate. However, it is possible for other log files with the same or similar naming schemes to be present in the log folder. For instance, in our case, we store log files with the same naming scheme in a subdirectory. This proposal addresses the issue because, at present, these files are included in the overview since the software reads the log directory recursively.
wcfsetup/install/files/lib/acp/page/ExceptionLogViewPage.class.php