remote api logging

Discussion in 'Installation/Configuration' started by Steffan, Jun 17, 2025.

  1. Steffan

    Steffan Member

    Hello,

    is it possible to log all api requests?

    I had a strange change this morning on my server
    After a api call to change client information
    all mail_forwarding that the client had disabled ware activated again.
    In the datalog history the have all the same time and all user admin (not the api login name)
    but no session id.
    but the only call the api (should have) made was client_update
    so a strange thing so logs can help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No. You will have to change the code if ou want to add login besides what is in the datalog.
     
  3. Steffan

    Steffan Member

    But why is datalogger using the admin user and not the api user
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The API runs as the admin user. The remote user is for authentication in the API only; it has no system role in ISPConfig.
     

Share This Page