-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
It looks that it failed to see the log info on STDOUT by tf.logging to debug when running by bazel run //tensorboard -- --logdir <log_path>.
Then, I tried to run by python main.py --logdir <log_path> and was able to see the log info by base_logging.getLogger as below, but still cannot see log info by tf.logging.info
TensorBoard 0.4.0a0 at http://xxx.local:6006 (Press CTRL+C to quit)
So, is there a way to enable tf.logging to see log info when tensorboard running by bazel run? Please correct me if something wrong with my operation, thanks.
BTW, it also failed to see log info by base_logging.getLogger on running by bazel run //tensorboard -- --logdir <log_path>.