mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 09:46:17 +00:00
All users can access logs
This commit is contained in:
@@ -109,7 +109,6 @@ public class AppResource extends BaseResource {
|
||||
if (!authenticate()) {
|
||||
throw new ForbiddenClientException();
|
||||
}
|
||||
checkBaseFunction(BaseFunction.ADMIN);
|
||||
// TODO Change level by minLevel (returns all logs above)
|
||||
|
||||
// Get the memory appender
|
||||
|
||||
Reference in New Issue
Block a user