Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any way to check programmatically all Attunity Replicate Task where verbose logging is enabled ?
Either via database query or through some scripts ?
It's been noticed that Team is turning on extensive logging of multiple attunity replicate task and keeps it on which floods the disk drives. Anyway to avoid this would be helpful.
Thanks
Sandip
Hello Sandip,
Unfortunately, there is no way to automatically check the tasks where verbose logging is enabled.
You will need to go into each task and verify if verbose logging is enabled.
Thanks,
Gerald
Hi Sandip,
I think by doing an export repository on each replicate server you would be able to search the resulting json file for all the task log levels. Please reference:
https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate/td-p/1809820
Example from the export:
"loggers": {
"$type": "RepTaskLoggers",
"loggers_configuration": {
},
"TARGET_LOAD": "DETAILED_DEBUG",
"TARGET_APPLY": "DETAILED_DEBUG",
"SOURCE_UNLOAD": "DETAILED_DEBUG",
"SOURCE_CAPTURE": "DETAILED_DEBUG"
},
"configurations": [{
"name": "misc.user_events"
}]
Thanks,
Michael
Hello Sandip,
Unfortunately, there is no way to automatically check the tasks where verbose logging is enabled.
You will need to go into each task and verify if verbose logging is enabled.
Thanks,
Gerald
Hi Sandip,
I think by doing an export repository on each replicate server you would be able to search the resulting json file for all the task log levels. Please reference:
https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate/td-p/1809820
Example from the export:
"loggers": {
"$type": "RepTaskLoggers",
"loggers_configuration": {
},
"TARGET_LOAD": "DETAILED_DEBUG",
"TARGET_APPLY": "DETAILED_DEBUG",
"SOURCE_UNLOAD": "DETAILED_DEBUG",
"SOURCE_CAPTURE": "DETAILED_DEBUG"
},
"configurations": [{
"name": "misc.user_events"
}]
Thanks,
Michael