output - Is there a way to view the console of CruiseControl.NET remotely? -


is there way remotely view terminal output of cruisecontrol.net remotely? @ present, running following command using instance of git bash on terminal log file located on windows share:

tail -f <filename> 

this works (and nice in conjunction using "grep -v" filter out unwanted lines output), terminal updates new output , misses new lines written console output file. there plugin or built in way hook ccnet , remotely view console output without having monitor file on windows share?

i believe take @ log4net appenders, since ccnet uses logging library write output file, , it's configuarable through config file (respectfully service or console).

there many different appenders in log4net:
https://logging.apache.org/log4net/release/sdk/log4net.appender.html

hopefully 1 of them suited better needs (i can't recommend any, haven't used log4net..)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -