Project

General

Profile

Bug #24284

Updated by Clark ANDRIANASOLO 3 months ago

On login, we have a DEBUG log in auth-backends :  
 <pre><code> 
 [2024-02-14 13:32:26+0100] DEBUG auth-backends - Principal 'testuser' final roles: [administrator], and API authz: ACL(List(ApiAclElement(Root(List()),HashSet(HEAD, PUT, GET, POST, DELETE)))) 

 
 </pre></code> 
 but when we actually have to debug it, the last part (API authz) is hardly readable. 

 We want a prettier display instead, e.g. @[HEAD,GET,PUT,POST,DELETE](/)@ `[HEAD,GET,PUT,POST,DELETE](/)` in this case

Back