Unfortunatly I don’t think there is a good way to shut off dynamo.log.
You can display info.log,debug.log,error.log via .properties file changes, but the dynamo.log is setup to start listening to system.out and system.err when Nucleus starts.
You *might* be able to get away with something like this in a custom nucleus component’s doStartService()
atg.core.io.SystemOutRecorder.popLogFile();
You’ll still get something written to dynamo.log at startup before this method gets called, but it’ll be small.
Well, assuming this works, I’m just guessing by inspection, I didn’t actually try it out.
-- Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ATG_Tech" group.
To post to this group, send email to atg_...@googlegroups.com
To unsubscribe from this group, send email to
atg_tech-u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/atg_tech?hl=en
-~----------~----~----~----~------~----~------~--~---
From: atg_...@googlegroups.com [mailto:atg_...@googlegroups.com] On Behalf Of Belmont, Adam
Sent: Friday, January 11, 2008 2:54 PM
To: atg_...@googlegroups.com
Subject: [atg_tech:471] Re: Disabling dynamo.log
Here's the startDynamo usage for reference.
startDynamo [server-name] [-b] [-c] [-debug -debugPort] [-w or -n] [-v or -i][-m
additional-module-list]
-m Run additionally with the specified modules
-w Run ATG Dynamo Control Center and ATG Dynamo Application Server in on
e VM
-n Disable ATG Dynamo Control Center access, document/component indexing
-v Print version info and exit
-i Print IP addresses of this machine and exit
-b Run the base configuration - do not include installed apps
-c Log output only to the console
-j Collapse all the jar files from the classpath into a single jar
file. Useful for avoiding Windows command-line length limitations.
-debug Run with Java remote debugging enabled on port 3000
-debugPort Specifies the port for remote debugging
---
Andrew
Visit my Blog http://metatheory.wordpress.com
________________________________