Hi Goutam- > Can we change it through gemfire.properties ?
No However, you can use the *Gfsh* 'alter runtime' command, for instance... gfsh>alter runtime --log-level=config If you just want to change a specific members log-level then... gfsh>alter runtime --log-level=config --member=Server1 The 'member' option takes the "name" of the member that you used on startup (e.g. 'start server --name=Server1'). See the documentation ( http://geode.docs.pivotal.io/docs/tools_modules/gfsh/command-pages/alter.html#topic_7E6B7E1B972D4F418CB45354D1089C2B) for more details. Cheers, John On Tue, Oct 4, 2016 at 9:33 AM, Goutam Tadi <[email protected]> wrote: > Hi Community, > > How can one change the "log-level" of servers (already running) in geode > cluster. Can we change it through gemfire.properties ? > > Thanks, > Goutam Tadi. > -- > Regards, > *Goutam Tadi.* > -- -John 503-504-8657 john.blum10101 (skype)
