message log delete argument: Delete a message log file (SQL administration API)
Use the message log delete argument or file delete argument with the admin() or task() function to specify the particular online, ON-Bar activity, or ON-Bar debug message log to delete.
Syntax
Element | Purpose | Key considerations |
---|---|---|
file_path | Full path name for the particular online, ON-Bar activity, or ON-Bar debug message log file. |
Examples
The following examples show the arguments that you can use to delete the /usr/informix/online.log file:
execute function task("message log delete", "/usr/informix/online.log");
execute function task("file delete", "/usr/informix/online.log");