Skip to content

Commit 025418a

Browse files
committed
#646 add info to README.md
1 parent 07252a4 commit 025418a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ The basic configuration is set to reload classes and resources from the classpat
150150

151151
Detail documentation of available properties and default values can be found in the [agent properties file](https://github.com/HotswapProjects/HotswapAgent/blob/master/hotswap-agent-core/src/main/resources/hotswap-agent.properties)
152152

153+
Useful logging options in `hotswap-agent.properties`:
154+
155+
* `LOGFILE=agent.log` - write Hotswap Agent logs to a file
156+
* `LOGFILE.append=true` - append to logfile instead of truncating
157+
* `LOG_TO_CONSOLE=false` - disable Hotswap Agent log output to standard console
158+
153159
### Hotswap agent command-line options
154160
Full syntax of command line options is:
155161

0 commit comments

Comments
 (0)