Currently before every log statement I get the date and full package/classname outputted to the log. Is there an option to NOT output these statements to the log?
If you're talking about log4j logs, you may specify alternate log format in Log4J configuration file. Log4J logging in TeamCity is described at http://www.jetbrains.net/confluence/display/TCD/LogsofInternal+Events
If you're talking about web-based log, I'm not sure I grasp what you mean under "full package/classname" - these are shown only for test output. For tests I'd recommend using build results page to view test information.
Hi,
If you're talking about log4j logs, you may specify alternate log format in Log4J configuration file.
Log4J logging in TeamCity is described at
http://www.jetbrains.net/confluence/display/TCD/LogsofInternal+Events
If you're talking about web-based log, I'm not sure I grasp what you mean under "full package/classname" - these are shown only for test output. For tests I'd recommend using build results page to view test information.
Kind regards,
KIR
Does TeamCity support java.util.logging.config files instead of log4j or do I have to try and convert?
TeamCity supports only Log4J logging.