cmu-dsc / poker-engine

Do What The F*ck You Want To Public License
1 stars 0 forks source link

switch logging to picologging library #9

Closed clementou closed 2 months ago

clementou commented 2 months ago

closes: https://github.com/cmu-dsc/poker-engine/issues/4

can someone else finish the code for writing the logs to unique files and then uploading them

clementou commented 2 months ago

actually i forgot it only needs to write the logs to a unique filename. upload to object storage will be handled by fluentd sidecar container.

clementou commented 2 months ago

should the sidecar container also be responsible for recording match results in the db @sirtobsi ?

would simplify some parts of the engine a decent amount i think