I want to change the default logging from tocat to use log4j2 instead of java logging
I needed these 3 libs to simple log into catalia.out
- log4j-api-2.11.1.jar
- log4j-core-2.11.1.jar
- log4j-jul-2.11.1.jar
| ######################################### | |
| # these are my personal most used aliases | |
| ######################################### | |
| # Default to human readable figures | |
| alias df='df -h' | |
| alias du='du -h' | |
| alias ls='ls --color=auto' | |
| alias l='ls -l' |
| [user] | |
| name = <UserName> | |
| email = <Email> | |
| [push] | |
| default = upstream | |
| [branch] | |
| [color] | |
| status = auto | |
| branch = auto | |
| ui = auto |