Hi,
I have a very long build script that produces hundreds of MBs of log file in a shared, limited space storage.
How can I disable or change the log file path (.fbl7)?
Thanks,
Aviv
Hi,
I have a very long build script that produces hundreds of MBs of log file in a shared, limited space storage.
How can I disable or change the log file path (.fbl7)?
Thanks,
Aviv
Hi Aviv
The log file location cannot be changed as it always resides in the same directory as the project file. However, if you use FBCMD (command line project runner) you can log to a temporary file or disable logging altogether. For more information about using these options see Automating FinalBuilder -> Command Line Version within the help file.
You can also disable logging for specific actions within your build script, via Runtime Tab -> Logging Properties -> Suppress Log Messages. This may be worthwhile in cases where actions produce excessive output that does not need to be recorded.
Regards,
Steve