Closed
Description
Deployment Type
Self-hosted
NetBox Version
v4.0.2
Python Version
3.11
Steps to Reproduce
- Create a custom script with logs using
self.log_info(some_object, message)
- Run the script to write the logs
- View the logs in the jobs log view
Expected Behavior
Prior to 4.0 the object passed to log_info
was displayed with a hyperlink to quicly reach the details view.
Observed Behavior
Now we have a URL column instead wich we have to copy and paste into the browser or search for the name of the object.