Skip to content

Commit 76d87ba

Browse files
committed
.
1 parent 325c7ba commit 76d87ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scouter/plugin/server/none/NullPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Gun Lee (gunlee01@gmail.com) on 2016. 3. 19.
99
*/
1010
public class NullPlugin {
11-
private boolean debug = System.getProperty("scouter.plugin.server.debug", "f").equals("true") ? true : false;
11+
private boolean debug = System.getProperty("scouter.plugin.server.null.debug", "f").equals("true") ? true : false;
1212

1313
@ServerPlugin(PluginConstants.PLUGIN_SERVER_ALERT)
1414
public void alert(AlertPack pack){

0 commit comments

Comments
 (0)