You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently output agent-logs only allows you to turn on individual channels.
In order to turn off all channels, you have to issue a command for every channel.
It would be nicer if you could handle:
all as a shorthand for all channels
allow for channel ranges, e.g. 1-10
support comma-separated lists, e.g. 1,3,5
The text was updated successfully, but these errors were encountered:
Currently
output agent-logs
only allows you to turn on individual channels.In order to turn off all channels, you have to issue a command for every channel.
It would be nicer if you could handle:
all
as a shorthand for all channels1-10
1,3,5
The text was updated successfully, but these errors were encountered: