tootctl accounts [add|del|cull] (#8642)
* CLI interface for creating/deleting local users - tootctl accounts add USERNAME - tootctl accounts del USERNAME * Add CLI interface for culling remote users that no longer exist - tootctl accounts cull
This commit is contained in:
parent
2288d50a7b
commit
47ea318479
2 changed files with 140 additions and 0 deletions
|
@ -4,5 +4,6 @@ dev_null = Logger.new('/dev/null')
|
|||
|
||||
Rails.logger = dev_null
|
||||
ActiveRecord::Base.logger = dev_null
|
||||
ActiveJob::Base.logger = dev_null
|
||||
HttpLog.configuration.logger = dev_null
|
||||
Paperclip.options[:log] = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue