Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| |||||||||||
| Logging - Interview Questions and Answers for 'Abs' - 1 question(s) found - Order By Newest | |||||||||||
| |||||||||||
<Configuration status="DEBUG"> <Appenders> <RollingFile name="File" fileName="logs/xyz.log" filePattern="logs/xyz-%d{MM-dd-yyyy}.log.gz"> <TimeBasedTriggeringPolicy /> </RollingFile> </Appenders> <Loggers> <Root level="DEBUG"> <AppenderRef ref="File" /> </Root> </Loggers> </Configuration> | |||||||||||
<Configuration status="DEBUG"> <Appenders> <RollingFile name="File" fileName="logs/xyz.log" filePattern="logs/xyz-%d{MM-dd-yyyy}.log.gz"> <TimeBasedTriggeringPolicy /> </RollingFile> </Appenders> <Loggers> <Root level="DEBUG"> <AppenderRef ref="File" /> </Root> </Loggers> </Configuration> | |||||||||||
<Configuration status="DEBUG"> <Appenders> <RollingFile name="File" fileName="logs/xyz.log" filePattern="logs/xyz-%d{MM-dd-yyyy}.log.gz"> <TimeBasedTriggeringPolicy /> </RollingFile> </Appenders> <Loggers> <Root level="DEBUG"> <AppenderRef ref="File" /> </Root> </Loggers> </Configuration> | |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||