Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 955fc5d

Browse files
authored
Merge pull request #14 from smola/stateless
do not write logs to disk
2 parents 429b01c + d439105 commit 955fc5d

File tree

6 files changed

+1
-48
lines changed

6 files changed

+1
-48
lines changed

native/old/Dockerfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

native/old/Dockerfile.alpine

Lines changed: 0 additions & 11 deletions
This file was deleted.

native/old/Dockerfile.ubuntu

Lines changed: 0 additions & 13 deletions
This file was deleted.

native/old/build_alpine.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

native/old/build_ubuntu.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

native/python_package/python_driver/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from python_driver.requestprocessor import RequestProcessor, InBuffer, OutBuffer
99
from typing import Any, Tuple, Optional
1010

11-
logging.basicConfig(filename="python_driver.log", level=logging.ERROR)
11+
logging.basicConfig(level=logging.ERROR)
1212

1313

1414
class RequestInstantiationException(Exception):

0 commit comments

Comments
 (0)