Since when did the `System` account start changing...
# suitescript
c
Since when did the
System
account start changing log levels on M/R scripts?
e
It always has. It's not limited to M/R scripts. This is what happens when any script logs more than 100k logs in any 60-minute period; that triggers NetSuite to automatically reduce the logging level of the "loudest" scripts.
Script owners are notified if NetSuite detects that a script is logging excessively and NetSuite automatically adjusts the log level.
Though it's strange that NetSuite is changing it to DEBUG; I wouldn't expect that misread the table; this is what I expect to happen.
c
Thanks, @erictgrubaugh. Somehow, I've never run into this despite puking logs at what I thought were high rates for a long time.
1
🤮 1
e
I too am an excessive logger
at least during the dev cycle
🙋🏻‍♂️ 1
🙋‍♂️ 2
a
NS usually emails you when it hits those thresholds, so it shouldn't come as a surprise? i guess maybe only if you're the script owner?
e
^ The last part
c
Ah ha, it's a generic login and I don't manage the email account.
1
s
this is one reason NFT supports any number of named loggers, each with their own verbosity settings. Quite flexible in controlling how many (and which) log calls actually land in the execution log.
c
I used NFT on a project awhile back, it worked great!
👍 1