File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
agent/src/main/java/com/appland/appmap/config Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 99public class Properties {
1010 public static final String APPMAP_OUTPUT_DIRECTORY_KEY = "appmap.output.directory" ;
1111 public static final String DISABLE_LOG_FILE_KEY = "appmap.disableLogFile" ;
12- public static final Boolean DisableLogFile =
13- resolveProperty (DISABLE_LOG_FILE_KEY , (Boolean )null );
12+ public static final Boolean DisableLogFile = resolveProperty (DISABLE_LOG_FILE_KEY , true );
1413 public static final Boolean Debug = resolveProperty ("appmap.debug" , false );
1514 public static final Boolean DebugHooks = Debug || (System .getProperty ("appmap.debug.hooks" ) != null );
1615 public static final Boolean DebugLocals = (System .getProperty ("appmap.debug.locals" ) != null );
You can’t perform that action at this time.
0 commit comments