Forum Discussion

4 Replies

  • That would generally depend on two things:

     

     

    1. Verbosity of logs: try enabling debug mode while you're testing (but don't forget to turn it back off).

     

    2. Log agent configuration: what have you specified to be logged with the agent?
  • 1) got it on DEBUG, gives me extra, but not what i want :)

     

    2) Logging item in visual policy

     

    Log Message: some text

     

    Customer: session.logon.last.username

     

    but even the normal logging items such as Username and such aren't logged in the /var/log/apm/, i find this odd.

     

     

  • boneyard,

     

     

    What version of Big-IP are you running? I would try this SOL article http://support.f5.com/kb/en-us/solutions/public/13000/300/sol13394

     

     

    Basically depending on the version you are running there was an enahancement to only log to the database and this would explain why you would see the logs in reports but not on the /var/log/apm file.

     

     

    Let me know if you have any issues or if this doesn't fix your issue.

     

     

    Seth

     

     

  • running version 11.2.1, so this would apply.

     

    tried the command and indeed, now everything is logged. thank you.