8a212728a3
This will allow customers to request their usage logs for a repository or an entire namespace, and we can export the logs in a manner that doesn't absolutely destroy the database, with every step along the way timed.
4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Start the logger
|
|
exec logger -i -t exportactionlogsworker
|