Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/30/2022 03:30 AM
My custom JAR should be writing logs to below location but how do I see Isolated logs for the custom JAR?
"/opt//sharedappdrive//saviynt//logs//my_jar.log"
I want to be able to check the logs only for my jar and I don't see a way to do such filter in the Application Logs UI
05/30/2022 03:50 AM
To my knowledge, custom, isolated, logs is no longer a thing in v2021+ due to the architectural changes made to the core product.
The advice I've received is to print all log statements to STDOUT. From where you'd be able to view the logs from the Application Logs UI under the ECM / ECM-worker categories.
Quote:
"Containers will push all stdout logs to elastic search which can be easily accessed from UI using application logs functionality"
05/30/2022 06:22 AM
Thanks for the info Paul, I too noticed that print statements were also appearing in the logs in v2021 along with logger entries.
Guess I'll have to add a unique keyword to all my prints to filter the logs out. I did quite enjoy the peace of mind in v5.5 when there was no clutter in my custom logs, and I could easily see my logs against plain black background. Now every time I have to look into the logs I get anxiety.
The new logs seem to have low time precision and are not even sorted correctly:
Please excuse me for my rant while I head over to submit a defect.