# Temporal worker debug logs contain "NewTimer" and "ExecuteActivity" records

**URL:** https://community.temporal.io/t/temporal-worker-debug-logs-contain-newtimer-and-executeactivity-records/9967
**Category:** Community Support
**Tags:** go-sdk, logging
**Created:** [October 31, 2023, 9:07am UTC](https://community.temporal.io/t/temporal-worker-debug-logs-contain-newtimer-and-executeactivity-records/9967 "2023-10-31T09:07:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![denis0](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/denis0/32/3261_2.png) [@denis0](https://community.temporal.io/u/denis0)
#### Post date: [October 31, 2023, 9:07am UTC](https://community.temporal.io/t/temporal-worker-debug-logs-contain-newtimer-and-executeactivity-records/9967/1 "2023-10-31T09:07:06Z")

</div>

Hi,

I noticed that logs from my temporal worker binary contain debug level entries with messages “NewTimer” and “ExecuteActivity”. I do not log that explicitly.

“NewTimer” seems to be logged on `workflow.Sleep` and `workflow.NewTimer` calls.  
“ExecuteActivity” is called for one particular activity but not for others for some reason.

I could solve this by raising logs level to “Info” or above. But still would like to find out why these messages are logged and if there is a possibility to disable them?
