Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to SettingsSystem and then Logging and profiling. This is the section in which you can set the package with debug level logging. After that you should scroll down.

  2. In the Default Loggers section you should click on Configure and set the package name and logging level.

  3. In Package name text field you should write the package name provided by the vendor and the Logging level has to be set to DEBUG. You can start by adding bg.nemetschek

    Image RemovedImage Added
  4. You should see the package logging section

  5. Repeat the same process to add the following packages: bg.nemetschek.jsd.db and bg.nemetschek.services

  6. After you setup the packages and logging level you should run your test and recreate the issue. Export the logs as described in section Export the logs above - https://tools4teams.atlassian.net/wiki/spaces/NAS/pages/1341489153/How+to+check+the+server+Jira+logs#Export-the-logs

  7. After the issue is resolved you should turn off the logging for that package. If needed again in the future, you can simply enable it from here.

...