You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,12 @@ The basic configuration is set to reload classes and resources from the classpat
150
150
151
151
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)
152
152
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
0 commit comments